Gerhard Häring wrote:
#!/bin/sh
python setup.py build
cp build/lib.*/*.so .
python test.py

"python setup.py build_ext -i" is your friend. It installs the extensions inplace. No need for cp here. :)

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to