Changeset 1270e3c in sasview
- Timestamp:
- May 15, 2018 6:04:36 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:
- 0863065
- Parents:
- fac42cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasview/sasview.py
rfac42cf r1270e3c 145 145 146 146 wx.Dialog.__init__(self, parent, -1, title = title, 147 size = (360, 180), pos=(20,60),147 size = (360,200), pos=(20,60), 148 148 style = wx.STAY_ON_TOP | wx.DEFAULT_DIALOG_STYLE) 149 149 panel = wx.Panel(self, -1) … … 178 178 except subprocess.CalledProcessError as exc: 179 179 dlg = GenericMessageBox(parent=None, 180 text='No compiler installed. Please follow instruction for\n'181 ' command line developers tools installation and restart SasView\n\n'182 'Alternatively one can use OpenCL compiler,\n'183 ' which can be setup from menu Fitting->OpenCL Options\n\n',180 text='No compiler installed. Please install command line\n' 181 'developers tools by clicking \"Install\" in another winodw\n\n' 182 'Alternatively click \"Not Now\" and use OpenCL\n' 183 'compiler, which can be set up from menu Fitting->OpenCL Options\n\n', 184 184 title = 'Compiler Info') 185 185 dlg.Show()
Note: See TracChangeset
for help on using the changeset viewer.