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.

