X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd3f2efe791cf99c2e4944cd615f02a5502ed93e..dfe22a0140ff744beaee056653897d3082c9e19a:/wxPython/demo/run.py diff --git a/wxPython/demo/run.py b/wxPython/demo/run.py index c3de97bec5..99d76f5745 100755 --- a/wxPython/demo/run.py +++ b/wxPython/demo/run.py @@ -18,12 +18,16 @@ on the command line. """ import wx # This module uses the new wx namespace +import sys, os + +# stuff for debugging print "wx.VERSION_STRING = ", wx.VERSION_STRING +print "pid:", os.getpid() +##raw_input("Press a key...") assertMode = wx.PYAPP_ASSERT_DIALOG ##assertMode = wx.PYAPP_ASSERT_EXCEPTION -import sys, os #----------------------------------------------------------------------------