[wxPython 2.3.1] what's going on?

Arnaud de La Fortelle Arnaud.De_La_Fortelle at inria.fr
Tue Mar 19 08:48:51 EST 2002


> Has anybody met this problem, or it's just my 'private reslult' :)

No problem for me.
(Linux RedHat 7.1, python 2.2, wxPython-2.3.2.1)

Arnaud

Python 2.2 (#1, Feb  6 2002, 12:33:27)
[GCC 2.95.2 19991024 (release)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import math
>>> 4*math.exp(-0.5)/math.sqrt(2.0)
1.7155277699214135
>>> from wxPython.wx import *
>>> 4*math.exp(-0.5)/math.sqrt(2.0)
1.7155277699214135



More information about the Python-list mailing list