Am 18.10.2011 15:10, schrieb Yaroslav Halchenko: > well -- if you discover some other way -- please let me know.
>From elsewhere <news:de.comp.lang.python>, I got the hint <news:[email protected]>to try python setup.py build_ext -i which builds the extension in-place. So my debian/rules looks like override_dh_auto_test: python setup.py build_ext -i && nosetests tests/test.py This works fine for me, and I hope it will survive the review :-) Best regards Ole -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

