X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f0f3b0fd63ba9e0b1dfa5fb8954bc659d91f122..ed8e1ecb3fdabbbe5062ebba2a50a2bc8d1e2c76:/wxPython/demo/simple.py diff --git a/wxPython/demo/simple.py b/wxPython/demo/simple.py index 810828af50..d726900f41 100644 --- a/wxPython/demo/simple.py +++ b/wxPython/demo/simple.py @@ -6,6 +6,10 @@ #---------------------------------------------------------------------- import wx # This module uses the new wx namespace +print "wx.VERSION_STRING = ", wx.VERSION_STRING + + +#import os; print os.getpid(); raw_input("press a key...") class MyFrame(wx.Frame): """