Changeset 18b98f3 in sasview for src/sas/sasview/sasview.py


Ignore:
Timestamp:
May 7, 2018 1:03:27 AM (6 years ago)
Author:
wojciech
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
49f9f9e
Parents:
20610f5
Message:

clean-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasview/sasview.py

    r20610f5 r18b98f3  
    239239    try: 
    240240        subprocess.check_output(["cc","--version"], stderr=subprocess.STDOUT) 
    241         app = wx.App() 
    242         dlg = GenericMessageBox(parent=None, 
    243             text='No compiler installed. Please follow instruction for\n' 
    244                 'Xcode command line installation and restart SasView\n\n' 
    245                 'SasView is terminating now\n', 
    246             title = 'Info') 
    247         dlg.ShowModal() 
    248         app.MainLoop() 
    249         pass 
    250         raise RuntimeError("Terminating sasview") 
    251  
    252241    except subprocess.CalledProcessError as exc: 
    253242        app = wx.App() 
Note: See TracChangeset for help on using the changeset viewer.