python - Cython does not run properly -


i have installed cython on debian.but when run cython commmand line raises exception

importerror: no module named compiler.main 

and when write from cython.compiler.main import main same exception. can see there cython directory whereas compiler.main exist.i have not been able figure out reason behind exception.

i tried installing/uninstalling cython not getting anywhere.

i tried install using pip , apt-get both.i installing on debian squeeze.

thanks in advance.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -