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

Ryan Krauss ryanlists at gmail.com
Tue Aug 7 11:44:14 EDT 2007


My students are not very computer savvy and they perceive installation
to be a major hurdle to Scipy usage.  So, asking them to find a
replace a file may be enough to drive them to Matlab.

So, I have no problem with that fix, I just need to get it packaged in
the installer before I give students CD's.

Ryan

On 8/7/07, Chris Lee <c.j.lee at tnw.utwente.nl> wrote:
> 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
>



More information about the SciPy-User mailing list