So, I am trying to use Cython on ta-lib, and I am using the shell provided by mrjbq7 (thank you very much ..). So I tried installing Cython-0.19.1 on my computer, and then python setup.py install on ta-lib-master (wrapper), and I got the following:
running install running build running build_py running biuld_ext failed to import Cython: No module named 'Actions' error: Cython does not appear to be installed
I tried building Cython using python setup.py build_ext --inplace
Can anybody help me? Thank you very much!
I am using 32-bit Windows7 and python 3.3.1
source share