ANN: SciPy 0.10 -- Scientific Computing with Python
Uwe Hoffmann
nospam at nospam.de
Thu Aug 23 16:23:58 EDT 2001
Iñigo Serna wrote:
> Hello,
>
> I have problems with SciPy trying to run the example in SciPy FAQ.
>
> Simplifying, this is where the problem comes from:
>
> Python 2.1.1 (#5, Aug 5 2001, 02:09:22)
> [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-81)] on linux2
> Type "copyright", "credits" or "license" for more information.
> >>> 6.2 - 3.1
> 3.1000000000000001
> >>> import gui_thread
> >>> <wxPython imported>
> >>>
> >>> 6.2 - 3.1
> 3.0
>
> It seems the problem is originated in gui_thread/main.py when executing main.start()
> perhaps problems with threads.
> My machine is a x86 with 2 PIII CPUs running Linux 2.4.9.
> I have compiled manually python 2.1.1, SciPy, wxgtk (with threads support on) and
> wxpython.
>
> Someone else with the same problems?
>
> Thanks in advance,
>
> Iñigo Serna
>
>
>
>
try this after the import of gui_thread
import locale
locale.setlocale(locale.LC_ALL,"")
regards
uwe
More information about the Python-list
mailing list