3 Apr 2006 18:32
Re: build break
Bryce Hendrix wrote: > I'm getting a build break when trying to build enthought. It started to > fail around 9:30am this morning. Looking at the stack dump, it appears > to be related to Numerix, but I didn't see anything in the changelog > that would indicate responsibility for the failure. Here is the stack dump: > > Traceback (most recent call last): > File > "C:\projects\enthought\src\lib\enthought\kiva\agg\test_numeric_weakref.py", > line 3, in ? > import weave > File "C:\Python23\lib\site-packages\weave\__init__.py", line 21, in ? > from scipy_test.testing import ScipyTest > File "C:\Python23\lib\site-packages\scipy_test\testing.py", line 794, in ? > from scipy_base.numerix import alltrue, equal, shape, ravel, around, > zeros,\ > File "C:\Python23\lib\site-packages\scipy_base\__init__.py", line 5, in ? > import numerix > File "C:\Python23\lib\site-packages\scipy_base\numerix.py", line 75, in ? > from function_base import any, all > File "C:\Python23\lib\site-packages\scipy_base\function_base.py", line > 3, in ? > from numerix import ravel, nonzero, array, choose, ones, zeros, \ > ImportError: cannot import name ravel That's a nice little circular import there. When did that change? -- -- Robert Kern robert.kern@...(Continue reading)
RSS Feed