Hi,

Kirill Smelkov wrote:
> I'm a former Pyrex user and recently I've decided to play with Cython.
> Running tests is a problem:
> 
> [EMAIL PROTECTED]:~/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

Attachment: extension.py.gz
Description: GNU Zip compressed data

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to