Opened 10 years ago

Last modified 8 years ago

#415 closed defect

Save Project and Save Analysis Not Working — at Initial Version

Reported by: krzywon Owned by:
Priority: major Milestone: SasView 4.1.0
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description

The save project and save analysis functions are not working on the most recent windows build. This appears to be an issue with the comtypes module not being able to find a (non-related) dependency.

This has happenend before and the fix was to install Adobe Reader on the build server. This allows comtypes to find the dependency and proceed without any exceptions.

From the SasView? log after trying to save:
2015-05-12 10:10:52,365 INFO Imported existing <module 'comtypes.gen' from 'C:\Program Files (x86)\SasView? Beta\library.zip\comtypes\gen\init.pyc'>
2015-05-12 10:10:52,371 INFO Creating writeable comtypes cache directory: 'c:\users\jkrzywon\appdata\local\temp\1\comtypes_cache\SasView?-27'
2015-05-12 10:10:52,372 INFO Using writeable comtypes cache directory: 'c:\users\jkrzywon\appdata\local\temp\1\comtypes_cache\SasView?-27'
2015-05-12 10:10:52,384 INFO Could not import comtypes.gen._05BFD3F1_6319_4F30_B752_C7A22889BCC4_0_1_0: No module named _05BFD3F1_6319_4F30_B752_C7A22889BCC4_0_1_0
2015-05-12 10:10:52,401 INFO Could not import comtypes.gen.AcroPDFLib: No module named AcroPDFLib

Change History (0)

Note: See TracTickets for help on using tickets.