[C++-sig] boost numeric tests
Daniel Holth
dholth at fastmail.fm
Fri Jan 23 04:21:20 CET 2004
I'm running the tests on CVS boost.python, I have numeric and numarray
installed, and I get errors like this: (compiling with Pythons 2.2.3+
and 2.3.3):
Failure in example: exercise_numarray(x, p)
from line #6 of __main__._numarray_tests
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.3/doctest.py", line 442, in _run_examples_inner
compileflags, 1) in globs
File "<string>", line 1, in ?
AttributeError: 'NumArray' object has no attribute 'array'
Then the rest of the tests fail because the C++ half never got a chance
to run.
Any idea why this might be happening?
Thanks,
Daniel Holth
More information about the Cplusplus-sig
mailing list