As mentioned in the other post, it's included in scipy and can be imported via
from scipy import weave so I think this package is simply outdated. greez, maldun On Jan 22, 3:48 pm, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote: > There is some documentation about using Weave, but it doesn't work. > Anybody knows about weave and has an idea what's going on here? > > sage: import weave > --------------------------------------------------------------------------- > ImportError Traceback (most recent call last) > > /home/jdemeyer/sage/sage-4.6/<ipython console> in <module>() > > /home/jdemeyer/sage/sage-4.6/local/lib/python2.6/site-packages/weave/__init__.py > in <module>() > 18 except: > 19 pass > 20 > ---> 21 from numpy.testing import ScipyTest > 22 test = ScipyTest().test > > ImportError: cannot import name ScipyTest -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org