building an extension module with autotools?
Christian Heimes
lists at cheimes.de
Wed Dec 3 17:59:23 EST 2008
More information about the Python-list mailing list
Wed Dec 3 17:59:23 EST 2008
- Previous message (by thread): building an extension module with autotools?
- Next message (by thread): building an extension module with autotools?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): building an extension module with autotools?
- Next message (by thread): building an extension module with autotools?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list