[SciPy-user] [Fwd: Postmaster notify: see transcript for details]

Iñigo Serna inigoserna at terra.es
Sat Aug 25 12:09:33 EDT 2001


Thanks, it works with that.

But now I'm trying to discover where the problem comes from... perhaphs
from wxpython?

Thanks again,

Iñigo

El día 23 Aug 2001 22:23:58 +0200, Uwe Hoffmann escribió
> 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>
> > 	>>>=20
> > 	>>> 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 SciPy-User mailing list