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
Post a Comment