So I'm trying to use Cython on ta-lib, and I'm using the wrapper provided by mrjbq7 (many thanks..). So I tried to install Cython-0.19.1 on my computer and then do python setup.py install
on ta-lib-master (the 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 to build Cython with python setup.py build_ext --inplace
Can anyone please help me? Thanks a lot!
I'm using 32-bit Windows7 and python 3.3.1