[Cython] problem running 'make test' (cython 0.9.6.11b)
Stefan Behnel
stefan_ml at behnel.de
Fri Feb 1 12:47:58 CET 2008
Hi,
Kirill Smelkov wrote:
> I'm a former Pyrex user and recently I've decided to play with Cython.
> Running tests is a problem:
>
> kirr at evo:~/src/tools/cython/Cython-0.9.6.11b$ make test
> rm -fr BUILD
> python runtests.py
> Traceback (most recent call last):
> File "runtests.py", line 6, in ?
> from Cython.Distutils.extension import Extension
> ImportError: No module named extension
> make: *** [test] Ошибка 1
>
> 'make test' fails with both
> - Cython-0.9.6.11b, and
> - latest cython-package (be19ff60769b) + cython-devel (93e412adb69a)
Hmm, interesting. Cython/Distutils/extension.py is no longer under version
control. It still has a data entry in Cython/.hg, though. Robert, do you have
that file? I attached mine, just in case. It's only used to support additional
Extension options starting with "pyrex_".
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: extension.py.gz
Type: application/x-gzip
Size: 823 bytes
Desc: not available
Url : http://codespeak.net/pipermail/cython-dev/attachments/20080201/02bbb5f6/attachment.bin
More information about the Cython-dev
mailing list