Page 1 of 1

Pysnip Cython Error

Posted: Sun Mar 03, 2013 5:40 pm
by BroPro
Hello
I am running a Ubuntu 12.10 VPS.
This is the error i get when i use the command sh build.sh


Traceback (most recent call last):
File "build.py", line 4, in <module>
from Cython.Distutils import build_ext
ImportError: No module named Cython.Distutils
Traceback (most recent call last):
File "setup.py", line 3, in <module>
from Cython.Distutils import build_ext
ImportError: No module named Cython.Distutils

Thanks for reading. Blue_Happy1 Green_Happy1

Re: Pysnip Cython Error

Posted: Sun Mar 03, 2013 5:50 pm
by Buffet_of_Lies
It seems to me you may need to download and install Cython. http://cython.org/#download

Re: Pysnip Cython Error

Posted: Mon Mar 04, 2013 9:30 pm
by LinktersHD
Try this:
Code: Select all
sudo apt-get install python2.7 python2.7-dev python-setuptools python-twisted mercurial gcc g++ zope.interface
sudo python -m easy_install cython
sudo python -m easy_install pil
sudo python -m easy_install jinja2
Before you go ahead installing these packages do
Code: Select all
sudo apt-get update