[SciPy-user] Problem with plt.plot()

Travis N. Vaught travis at enthought.com
Thu Dec 11 15:09:44 EST 2003


There is a very good chance of that, but I'm afraid it will happen after
the New Year at the earliest.

If anyone has a 2.3.x windows build with the installer created with:

python setup.py bdist_wininst

please send it along and I'll post it to the site.

Travis

> -----Original Message-----
> From: scipy-user-bounces at scipy.net
[mailto:scipy-user-bounces at scipy.net]
> On Behalf Of Simon Duane
> Sent: Wednesday, December 10, 2003 10:05 AM
> To: 'SciPy Users List'
> Subject: RE: [SciPy-user] Problem with plt.plot()
> 
> Any chance of releasing a build of scipy that will install over
standard
> Python 2.3, as opposed to the Enthought edition?
> 
> Cheers
> Simon
> 
> > -----Original Message-----
> > From: Travis N. Vaught [mailto:travis at enthought.com]
> > Sent: 10 December 2003 14:51
> > To: 'SciPy Users List'
> > Subject: RE: [SciPy-user] Problem with plt.plot()
> >
> >
> >
> >
> > > -----Original Message-----
> > > From: scipy-user-bounces at scipy.net
> > [mailto:scipy-user-bounces at scipy.net]
> > > On Behalf Of Pearu Peterson
> > > Sent: Wednesday, December 10, 2003 7:57 AM
> > > To: SciPy Users List
> > > Subject: Re: [SciPy-user] Problem with plt.plot()
> > >
> > <snip>
> > >
> > > Try:
> > >
> > > >>> from gui_thread import wxPython_thread
> > > >>> wxPython_thread()
> > > >>> from scipy import plt
> > > >>> plt.plot((1,2,3))
> > >
> > > The plotting tutorial needs to be updated...
> > >
> > > Pearu
> > >
> >
> >
> > I was just about to update the tutorial and noticed that the
> > wxPython_thread import doesn't work with Python 2.3 for Windows -
> > Enthought Edition build 1028 (the current download from
> > http://www.enthought.com/python ):
> >
> > C:\>python
> > Enthought Edition build 1028
> > Python 2.3 (#46, Aug 11 2003, 09:34:05) [MSC v.1200 32 bit (Intel)]
on
> > win32
> > Type "help", "copyright", "credits" or "license" for more
information.
> > >>> from gui_thread import wxPython_thread
> > Traceback (most recent call last):
> >   File "<stdin>", line 1, in ?
> >   File ".\site-packages\gui_thread\wxPython_thread.py", line 17, in
?
> > ImportError: cannot import name ParallelExec
> >
> > I'm going to test with a more recent build (not yet released)
shortly,
> > but I wanted to point this out.
> >
> > > _______________________________________________
> > > SciPy-user mailing list
> > > SciPy-user at scipy.net
> > > http://www.scipy.net/mailman/listinfo/scipy-user
> >
> >
> > _______________________________________________
> > SciPy-user mailing list
> > SciPy-user at scipy.net
> > http://www.scipy.net/mailman/listinfo/scipy-user
> >
> 
> -------------------------------------------------------------------
> This e-mail and any attachments may contain confidential and/or
> privileged material; it is for the intended addressee(s) only.
> If you are not a named addressee, you must not use, retain or
> disclose such information.
> 
> NPL Management Ltd cannot guarantee that the e-mail or any
> attachments are free from viruses.
> 
> NPL Management Ltd. Registered in England and Wales. No: 2937881
> Registered Office: Teddington, Middlesex, United Kingdom TW11 0LW.
> -------------------------------------------------------------------
> 
> _______________________________________________
> 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