Changes in installers/setup_exe.py [b963b20:92df9cbd] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/setup_exe.py
rb963b20 r92df9cbd 46 46 sys.path.insert(0, build_path) 47 47 48 from sas.sasview import local_config 48 49 from installer_generator import generate_installer 49 50 … … 73 74 sys.exc_value) 74 75 75 from sas import get_local_config76 local_config = get_local_config()77 76 78 77 # Solution taken from here: http://www.py2exe.org/index.cgi/win32com.shell
Note: See TracChangeset
for help on using the changeset viewer.