X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f0f3b0fd63ba9e0b1dfa5fb8954bc659d91f122..6a8b9da42c22b34c1f8ea5f10080e7c51e21a330:/wxPython/demo/simple.py?ds=sidebyside 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): """