]> git.saurik.com Git - wxWidgets.git/commitdiff
Patch #930307, really exit if wrong python on the mac
authorRobin Dunn <robin@alldunn.com>
Fri, 7 May 2004 19:36:15 +0000 (19:36 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 7 May 2004 19:36:15 +0000 (19:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_app_ex.py

index 47881890441d1aa9b3f875350a6d38dddbbfd074..5ea24fb4e80fd536d073347ac6aa7444db3ff015 100644 (file)
@@ -133,6 +133,8 @@ This program needs access to the screen. Please run with 'pythonw',
 not 'python', and only when you are logged in on the main display of
 your Mac."""
                     _sys.exit(1)
+            except SystemExit:
+                raise
             except:
                 pass