I installed Ibpy2 to connect to my interactive broker account.
https://github.com/blampe/IbPy
I installed IbPy2 successfully (by installing pip install IbPy2
AND python setup.py install
).
However, when I open Spyder in Anaconda and run from IBWrapper import IBWrapper, contract
. It says:
No module named 'IBWrapper'.
Please advise how I may fix it. Many, many thanks!