Changeset 67d8b1b in sasview
- Timestamp:
- Sep 21, 2017 5:26:13 PM (7 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 6a88ad9
- Parents:
- 12d3e0e
- Location:
- installers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/sasview_gui.py
r2f6d340 r67d8b1b 1 1 from sas.sasview.sasview import run_gui 2 # force inclusion of readers in the distribution 3 from sas.sascalc.dataloader.readers import ( 4 abs_reader, anton_paar_saxs_reader, ascii_reader, cansas_reader_HDF5, 5 cansas_reader, danse_reader, red2d_reader, sesans_reader, tiff_reader, 6 xml_reader, 7 ) 2 8 run_gui() -
installers/setup_mac.py
rce81f70 r67d8b1b 36 36 build_path = os.path.join(root, 'sasview-install', 'lib', 'python2.7', 'site-packages') 37 37 #sys.path.insert(0, build_path) 38 print("build path", build_path)39 38 40 39 #Extending recursion limit … … 179 178 'iconfile': ICON, 180 179 'frameworks': [libxml_path], 181 'resources': [],182 180 'plist': plist, 183 181 'excludes' : EXCLUDES,
Note: See TracChangeset
for help on using the changeset viewer.