- Timestamp:
- May 9, 2018 3:38:59 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- 8faef63
- Parents:
- aadfd693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasview/sasview.py
raadfd693 rd55e750 207 207 def __init__(self, parent, text, title = ''): 208 208 wx.Dialog.__init__(self, parent, -1, title = title, 209 size = (360,1 40), pos=(20,20),209 size = (360,180), pos=(20,20), 210 210 style = wx.DEFAULT_DIALOG_STYLE ) 211 211 panel = wx.Panel(self, -1) … … 239 239 text='No compiler installed. Please follow instruction for\n' 240 240 'command line developers tools installation and restart SasView\n\n' 241 'Alternatively one can use OpenCL compiler,\n' 242 'which can be setup from menu Fitting->OpenCL Options\n\n' 241 243 'SasView is terminating now\n', 242 244 title = 'Compiler Info') … … 246 248 logger.error(traceback.format_exc()) 247 249 248 raise RuntimeError("Terminating sasview")250 #raise RuntimeError("Terminating sasview") 249 251 250 252 def setup_sasmodels():
Note: See TracChangeset
for help on using the changeset viewer.