[SciPy-user] New scipy release before 8/20?

HuiChang Moon topengineer at gmail.com
Fri Aug 10 01:25:33 EDT 2007


Thank you for your help.
Through your advice, the warning messeges is not shown to me.

Cheers
Moon

2007/8/8, Chris Lee <c.j.lee at tnw.utwente.nl>:
>
> An alternative is to edit the appropriate __init__.py file, it is two
> small changes
>
> so in C:\python25\Lib\site-packages\scipy\misc open then __init__.py
> file and near the bottom change
> from numpy.testing import ScipyTest
> test = ScipyTest().test
>
> to
>
> from numpy.testing import NumpyTest
> test = NumpyTest().test
>
> then copy that file across all the machines in the lab and provide it
> for students to copy onto their own machines.
>
> Cheers
> Chris
>
> Ryan Krauss wrote:
> > I would like to encourage my students to use Python in my class this
> > Fall.  The first day of class is 8/20.  I have had mediocre luck
> > building my own windows installers and I would prefer that the start
> > up warnings about scipy.test now being called numpy.test not be
> > displayed.
> >
> > I know that I am basically a consumer here asking for other people's
> > time, but what are the odds of a new scipy release before 8/20?  Or at
> > least a windows installer that fixes the scipy.test warning messages?
> > I assume that the svn version of scipy has these messages fixed.  I
> > could build my own windows installer from svn, but there are always
> > test failures when I do it.  I don't know why :)
> >
> > Thanks,
> >
> > Ryan
> > _______________________________________________
> > SciPy-user mailing list
> > SciPy-user at scipy.org
> > http://projects.scipy.org/mailman/listinfo/scipy-user
> >
>
> --
> **********************************************
> *  Chris Lee                                 *
> *  Laser physics and nonlinear optics group  *
> *  MESA+ Institute                           *
> *  University of Twente                      *
> *  Phone: ++31 (0)53 489 3968                *
> *  fax: ++31 (0) 53 489 1102                 *
> **********************************************
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>



-- 
The master course student,
Nano SOI Process Lab.
Hanyang University, Korea.

Contacts;
smartmoon at hanyang.ac.kr
HeeChang.Moon at Gmail.com
+82-2-2220-0247
+82-10-6455-7444

________________________________________
Dream but be awake.
________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070810/38c09f46/attachment.html>


More information about the SciPy-User mailing list