[SciPy-user] weave build errors

Pearu Peterson pearu at scipy.org
Tue Oct 28 00:37:35 EST 2003



On Mon, 27 Oct 2003, Christopher Fonnesbeck wrote:

> I'm trying to build and install weave on OSX 10.3 using python 2.3, but 
> get the following build error that I cannot interpret:
> 
> Goldeneye:~/Development/python/weave chris$ python setup_weave.py build
> Traceback (most recent call last):
>    File "setup_weave.py", line 52, in ?
>      setup(**configuration())
>    File "setup_weave.py", line 9, in configuration
>      local_path = get_path(__name__,parent_path2)
> TypeError: get_path() takes exactly 1 argument (2 given)
> 
> I'm not sure why this is happening, so advice is welcome. Note that 
> calling setup.py instead of setup_weave.py yields a similar result.

You have to install recent scipy_core packages first and then proceed
with weave install.

Pearu



More information about the SciPy-User mailing list