Changeset 9687d58 in sasview for run.py


Ignore:
Timestamp:
Apr 10, 2017 2:01:46 AM (7 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:
6c8fb2c
Parents:
9208346 (diff), c6f3aec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ESS_GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • run.py

    r31c5b58 r9687d58  
    7171    platform = '%s-%s'%(get_platform(),sys.version[:3]) 
    7272    build_path = joinpath(root, 'build','lib.'+platform) 
    73      
    74     # Notify the help menu that the Sphinx documentation is in a different  
     73 
     74    # Notify the help menu that the Sphinx documentation is in a different 
    7575    # place than it otherwise would be. 
    7676    os.environ['SASVIEW_DOC_PATH'] = joinpath(build_path, "doc") 
     
    108108    # Compiled modules need to be pulled from the build directory. 
    109109    # Some packages are not where they are needed, so load them explicitly. 
     110    import sas.sascalc.file_converter 
     111    sas.sascalc.file_converter.core = import_package('sas.sascalc.file_converter.core', 
     112                                  joinpath(build_path, 'sas', 'sascalc', 'file_converter', 'core'))                     
     113 
     114    # Compiled modules need to be pulled from the build directory. 
     115    # Some packages are not where they are needed, so load them explicitly. 
    110116    import sas.sascalc.calculator 
    111117    sas.sascalc.calculator.core = import_package('sas.sascalc.calculator.core', 
Note: See TracChangeset for help on using the changeset viewer.