Changeset 6303
- Timestamp:
- Feb 10, 2009, 10:36:01 AM (16 years ago)
- Location:
- misc/tools/event_selection
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/tools/event_selection/EventSelection.py
r6251 r6303 21 21 except ImportError: 22 22 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].' 24 26 sys.exit(1) 25 27 Imported_PyEmbeddedImage = True
Note: See TracChangeset
for help on using the changeset viewer.