Changeset 250 for trunk/brainstorms/setup.py
- Timestamp:
- 12/09/10 17:51:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/brainstorms/setup.py
r248 r250 8 8 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 9 9 # 10 # Last Update: 2010.12.0 410 # Last Update: 2010.12.09 11 11 # 12 12 ##################################################################### … … 29 29 sys.exit() 30 30 31 32 ##dllList = ( \ 33 ### 'mfc90.dll', \ 34 ### 'msvcp90.dll', \ 35 ### 'qtnetwork.pyd', \ 36 ### 'qtxmlpatterns4.dll', \ 37 ## 'qsvg4.dll', \ 38 ### 'qsvgd4.dll', \ 39 ## 'qsvgicon4.dll', \ 40 ## 'QtSvg4.dll') 41 #origIsSystemDLL = py2exe.build_exe.isSystemDLL 42 #def isSystemDLL(pathname): 43 # #print os.path.basename(pathname).lower() 44 # if os.path.basename(pathname).lower() in dllList: 45 # return 0 46 # return origIsSystemDLL(pathname) 47 #py2exe.build_exe.isSystemDLL = isSystemDLL 31 48 32 49 if (sys.platform == 'win32'): … … 47 64 # "matplotlib.numerix.linear_algebra", \ 48 65 # "matplotlib.numerix.random_array", \ 49 # "matplotlib.backends.backend_tkagg" 66 # "matplotlib.backends.backend_tkagg", \ 67 "PyQt4.QtSvg", \ 50 68 ], \ 51 # "dll _includes": [ \52 # "qsvg 4.dll"], \69 # "dllList": [ \ 70 # "qsvgicon4.dll"], \ 53 71 "excludes": [ \ 54 72 "bluetooth", "tcl", \ … … 70 88 } 71 89 72 data_files=[(" ", \90 data_files=[(".", \ 73 91 ["puzzlebox_brainstorms_configuration.ini"]), 74 92 ("images", \
Note: See TracChangeset
for help on using the changeset viewer.