[SciPy-user] weave build errors

Pearu Peterson pearu at scipy.org
Tue Oct 28 16:38:37 EST 2003



On Tue, 28 Oct 2003, Christopher Fonnesbeck wrote:

> OK, done that. I do get the following error, however that prevents  
> weave from running its tests:
> 
> package init file  
> '/Users/chris/Development/python/scipy_core/scipy_base/tests/ 
> __init__.py' not found (or not a regular file)

This is not an error. What exactly happens when you run weave tests?
In Python you should do that as follows:

  >>> import weave
  >>> weave.test()

Pearu



More information about the SciPy-User mailing list