[wxPython-users] Problem with mathematical symbols
Christopher Barker
Chris.Barker at noaa.gov
Fri Dec 22 09:15:57 PST 2006
Massimiliano Costacurta wrote:
> On my machine the first
> version of wxPython was the ANSII one, can it be the reason? I only
> removed the folder in the "site-packages" folder and then I installed
> the unicode version.
try
print wx.version()
That should tell you if you're running ansi or unicode. This is what I
get on my OS-X box:
>>> wx.version()
'2.8.0.1 (mac-unicode)'
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list