]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/simple.py
WinCE patches from "Viktor Voroshylo" <viktor@voroshylo.com>
[wxWidgets.git] / wxPython / demo / simple.py
index 810828af506d49739da3585c04b837d99e7ba680..d726900f4105f5907f495221cbc0539ec2ca8521 100644 (file)
@@ -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):
     """