You are not logged in.

#1 2011-03-19 10:50:10

shk
Member
Registered: 2010-01-14
Posts: 4

Cython problem - No module named Cython

Hello,

I try to use Cython in my programm. I use python 2.5.5 version. I install Cython from official repository.

I try:

from Cython import *

but see error:No module named Cython

Howew can i correct use Cython in Arch Linux?

Thank you.

Offline

#2 2011-03-19 11:02:47

austin.rbn
Member
Registered: 2010-01-23
Posts: 77

Re: Cython problem - No module named Cython

The Cython package in the official repository is only for Python 2.7. If you need to use Cython with Python 2.5, then you could write your own PKGBUILD to install it.


"Computer Science is embarrassed by the computer." -- Alan J. Perlis

Offline

Board footer

Powered by FluxBB