Changes between Initial Version and Version 1 of Ticket #949


Ignore:
Timestamp:
Oct 26, 2017 2:11:14 PM (6 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #949

    • Property Milestone changed from SasView 4.2.0 to SasView 5.0.0
  • Ticket #949 – Description

    initial v1  
    77 
    88(sasview) p0006m:sasview anz$ pythonw run.py 
    9 13:55:21 - INFO : sas.sasview.sasview:  26:  --- SasView session started --- 
     913:55:21 - INFO : sas.sasview.sasview:  26:  --- !SasView session started --- 
    101013:55:21 - INFO : sas.sasview.sasview:  28: Python: 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:05:08)  
    1111[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] 
     
    1818    from sas.sasgui.guiframe import gui_manager 
    1919  File "/Users/anz/Documents/Andy/programming/sasview/src/sas/sasgui/guiframe/gui_manager.py", line 40, in <module> 
    20     from sas.sasgui.guiframe.data_panel import DataPanel 
     20    from sas.sasgui.guiframe.data_panel import !DataPanel 
    2121  File "/Users/anz/Documents/Andy/programming/sasview/src/sas/sasgui/guiframe/data_panel.py", line 31, in <module> 
    22     from sas.sasgui.guiframe.local_perspectives.plotting.SimplePlot \ 
     22    from sas.sasgui.guiframe.local_perspectives.plotting.!SimplePlot \ 
    2323  File "/Users/anz/Documents/Andy/programming/sasview/src/sas/sasgui/guiframe/local_perspectives/plotting/__init__.py", line 2, in <module> 
    2424    from .plotting import Plugin