diff --git a/wxPython/demo/run.py b/wxPython/demo/run.py index ca9ba3eb91..61143bbb86 100755 --- a/wxPython/demo/run.py +++ b/wxPython/demo/run.py @@ -21,7 +21,7 @@ import wx # This module uses the new wx namespace import sys, os # stuff for debugging -print "wx.VERSION_STRING = ", wx.VERSION_STRING +print "wx.VERSION_STRING = %s (%s)" % (wx.VERSION_STRING, wx.USE_UNICODE and 'unicode' or 'ansi') print "pid:", os.getpid() ##raw_input("Press Enter...")