--- wxPython/src/osx_cocoa/_core.py	2014-10-13 18:37:52.000000000 -0400
+++ wxPython.new/src/osx_cocoa/_core.py	2015-01-31 13:07:01.000000000 -0500
@@ -8579,21 +8579,21 @@
         wx.PyApp.__init__(self)
 
         # make sure we can create a GUI
-        if not self.IsDisplayAvailable():
-            
-            if wx.Platform == "__WXMAC__":
-                msg = """This program needs access to the screen.
-Please run with a Framework build of python, and only when you are
-logged in on the main display of your Mac."""
-                
-            elif wx.Platform == "__WXGTK__":
-                msg ="Unable to access the X Display, is $DISPLAY set properly?"
-
-            else:
-                msg = "Unable to create GUI"
-                # TODO: more description is needed for wxMSW...
-
-            raise SystemExit(msg)
+#        if not self.IsDisplayAvailable():
+#            
+#            if wx.Platform == "__WXMAC__":
+#                msg = """This program needs access to the screen.
+# Please run with a Framework build of python, and only when you are
+# logged in on the main display of your Mac."""
+#                
+#            elif wx.Platform == "__WXGTK__":
+#                msg ="Unable to access the X Display, is $DISPLAY set properly?"
+#
+#            else:
+#                msg = "Unable to create GUI"
+#                # TODO: more description is needed for wxMSW...
+#
+#            raise SystemExit(msg)
         
         # This has to be done before OnInit
         self.SetUseBestVisual(useBestVisual)
