[SciPy-user] 'NullTester' object has no attribute 'bench'

Ryan Krauss ryanlists at gmail.com
Sat Jan 19 11:56:42 EST 2008


Thanks.  I will rebuild and try again (in a few minutes).

On 1/19/08, Matthew Brett <matthew.brett at gmail.com> wrote:
> Oh whoops, my fault.
>
> I've fixed in SVN.
>
> Matthew
>
> On Jan 19, 2008 3:14 PM, Ryan Krauss <ryanlists at gmail.com> wrote:
> > I updated from svn last night and something broke.
> >
> > import scipy
> >
> > produces the following:
> >
> > In [1]: import scipy
> > ---------------------------------------------------------------------------
> > <type 'exceptions.AttributeError'>        Traceback (most recent call last)
> >
> > /home/ryan/<ipython console> in <module>()
> >
> > /usr/lib/python2.5/site-packages/scipy/__init__.py in <module>()
> >      65 from testing.pkgtester import Tester
> >      66 test = Tester().test
> > ---> 67 bench = Tester().bench
> >      68 __doc__ += """
> >      69
> >
> >
> > Am I missing a dependency or something?
> >
> > Thanks,
> >
> > Ryan
> > _______________________________________________
> > SciPy-user mailing list
> > SciPy-user at scipy.org
> > http://projects.scipy.org/mailman/listinfo/scipy-user
> >
> _______________________________________________
> 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