Functions | |
| def | tree |
Variables | |
| string | appPath = 'C:\work\RevealedSystems\EyeSpy-RS\eyespy\src' |
| Setup.py is py2exe tool used to "compile" and package the application into a redistributable executable. | |
| string | PythonPath = 'C:\win32app\Python25' |
| dictionary | opts |
| list | data_files |
| def setup.tree | ( | src | ) |
| string setup.appPath = 'C:\work\RevealedSystems\EyeSpy-RS\eyespy\src' |
| list setup.data_files |
Initial value:
[(r'',glob.glob(appPath + r'\extras\*.*')), (r'res', tree(appPath + '\res')), (r'res\storage', glob.glob(appPath + r'\res\storage\*.*')), (r'res\images', glob.glob(appPath + r'\res\images\*.*')), (r'res\images\ico', glob.glob(appPath + r'\res\images\ico\*.*')), matplotlib.get_py2exe_datafiles(), (r'share\basemap', glob.glob(PythonPath + r'\share\basemap\*.*')), (r'config',glob.glob(appPath + r'\config\*.*'))]
| dictionary setup.opts |
Initial value:
{
'py2exe': { "includes" : ["matplotlib.backends", "matplotlib.backends.backend_wx",
"matplotlib.figure","pylab", "numpy", "matplotlib.numerix.fft",
"matplotlib.numerix.linear_algebra", "matplotlib.numerix.random_array",
"matplotlib.backends.backend_tkagg", "matplotlib.toolkits.basemap", ],
'excludes': ['_gtkagg', '_tkagg', '_agg2', '_cairo', '_cocoaagg',
'_fltkagg', '_gtk', '_gtkcairo', "pcapyImplementation"],
'dll_excludes': ['libgdk-win32-2.0-0.dll',
'libgobject-2.0-0.dll',
'wxmsw26uh_vc.dll',
'libgdk_pixbuf-2.0-0.dll'],
'skip_archive': 1,
'packages' : ['matplotlib', 'pytz']
}
}
| string setup.PythonPath = 'C:\win32app\Python25' |
1.5.8