]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/run.py
added missing button state
[wxWidgets.git] / wxPython / demo / run.py
index d0734b6c97e819414b8cdf6ac1b43277cd29b3da..3c27661e9ed49357c2b1dbdfd2f1278d4e367e30 100755 (executable)
@@ -21,7 +21,7 @@ import wx                  # This module uses the new wx namespace
 import sys, os
 
 # stuff for debugging
-print "wx.VERSION_STRING = %s (%s)" % (wx.VERSION_STRING, wx.USE_UNICODE and 'unicode' or 'ansi')
+print "wx.version:", wx.version()
 print "pid:", os.getpid()
 ##raw_input("Press Enter...")