[SciPy-user] [Fwd: Postmaster notify: see transcript for details]
eric jones
eric at scipy.org
Sat Aug 25 12:50:06 EDT 2001
I think so.
There was a recent note about it on wxPython list.
http://lists.wxwindows.org/pipermail/wxpython-users/2001-August/007047.html
http://lists.wxwindows.org/pipermail/wxpython-users/2001-August/007048.html
see ya,
eric
----- Original Message -----
From: "Iñigo Serna" <inigoserna at terra.es>
To: <python-list at python.org>; <scipy-user at scipy.org>
Sent: Saturday, August 25, 2001 12:09 PM
Subject: [SciPy-user] [Fwd: Postmaster notify: see transcript for details]
> 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
>
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
More information about the SciPy-User
mailing list