[SciPy-user] weave build errors

Christopher Fonnesbeck chris at fonnesbeck.org
Mon Oct 27 21:05:58 EST 2003


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.

Chris Fonnesbeck



More information about the SciPy-User mailing list