Changeset 6303


Ignore:
Timestamp:
Feb 10, 2009, 10:36:01 AM (16 years ago)
Author:
rwilson
Message:

Removed *.cfg, that's a user file.
Improved warning message about wxPython.

Location:
misc/tools/event_selection
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • misc/tools/event_selection/EventSelection.py

    r6251 r6303  
    2121except ImportError:
    2222    print 'Sorry, you have to install WxPython.'
    23     print 'Get it from: [http://www.wxpython.org/download.php#binaries].'
     23    print 'Get it from either:'
     24    print r'   N:\georisk\downloads\event_selection, or'
     25    print '   [http://www.wxpython.org/download.php#binaries].'
    2426    sys.exit(1)
    2527Imported_PyEmbeddedImage = True
Note: See TracChangeset for help on using the changeset viewer.