Changeset a3221b6 in sasview for run.py


Ignore:
Timestamp:
Apr 13, 2018 9:30:26 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
aefde77
Parents:
ded5e77
Message:

Package SasView? with pyinstaller now. SASVIEW-906.
Minor issue with JupyterConsole? remaining.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • run.py

    r4992ff2 ra3221b6  
    151151    logger.debug("Starting SASVIEW in debug mode.") 
    152152    prepare() 
    153     from sas.qtgui.MainWindow.MainWindow import run 
    154     run() 
     153    from sas.qtgui.MainWindow.MainWindow import run_sasview 
     154    run_sasview() 
    155155    logger.debug("Ending SASVIEW in debug mode.") 
Note: See TracChangeset for help on using the changeset viewer.