Running into an issue on the install of IbPy. I have Spyder 2.7. The IbPy folder is in the following path
c:/users/krisan/Anaconda32/IbPy
However, when I run the command "setup.py install" in git bash the files seems to get installed c:/users/krisan/Anaconda1 and not in c:/users/krisan/Anaconda32
When I go to Spyder which is in Anaconda32 I run import IbPy
I get an error msg come back saying no module named Ibpy.
Can someone help me in trying to resolve this?