Changeset 4cf8db9 in sasview
- Timestamp:
- Jun 22, 2015 2:23:05 PM (10 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 66f21cd
- Parents:
- 6a6d687
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasview/setup_exe.py
r0c17d96 r4cf8db9 354 354 packages.append('periodictable.core') # not found automatically 355 355 #packages.append('IPython') 356 includes = ['site', 'lxml._elementpath', 'lxml.etree' , 'zmq.backend.cython']356 includes = ['site', 'lxml._elementpath', 'lxml.etree'] 357 357 358 358 # Exclude packages that are not needed but are often found on build systems 359 excludes = ['Tkinter', 'PyQt4', '_ssl', '_tkagg', 'sip', 'pytz' , 'zmq.libzmq']359 excludes = ['Tkinter', 'PyQt4', '_ssl', '_tkagg', 'sip', 'pytz'] 360 360 361 361 … … 372 372 # accidental links to msys/cygwin binaries; shouldn't be needed 373 373 'cygwin1.dll', 374 'libzmq.pyd'375 374 ] 376 375 … … 391 390 #from sas.guiframe.CategoryInstaller import CategoryInstaller 392 391 #CategoryInstaller.check_install(s) 393 394 sys.setrecursionlimit(10000)395 392 396 393 setup(
Note: See TracChangeset
for help on using the changeset viewer.