Changes between Initial Version and Version 1 of Ticket #949
- Timestamp:
- Oct 26, 2017 4:11:14 PM (7 years ago)
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 7 7 8 8 (sasview) p0006m:sasview anz$ pythonw run.py 9 13:55:21 - INFO : sas.sasview.sasview: 26: --- SasView session started ---9 13:55:21 - INFO : sas.sasview.sasview: 26: --- !SasView session started --- 10 10 13:55:21 - INFO : sas.sasview.sasview: 28: Python: 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:05:08) 11 11 [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] … … 18 18 from sas.sasgui.guiframe import gui_manager 19 19 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 DataPanel20 from sas.sasgui.guiframe.data_panel import !DataPanel 21 21 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 \ 23 23 File "/Users/anz/Documents/Andy/programming/sasview/src/sas/sasgui/guiframe/local_perspectives/plotting/__init__.py", line 2, in <module> 24 24 from .plotting import Plugin