I am trying to simply connect to the ibapi (Interactive Brokers API), but I am having some technical troubles with Spyder.
What I did so far:
- I installed the latest version for Windows from here
- I provided the following path to the PYTHONPATH manager in Spyder:
C:\TWS API\source\pythonclient\ibapi
afterwards I restarted Spyder
When I simply type import ibapi
I get the same error message: ModuleNotFoundError: No module named 'ibapi'
What I am doing wrong here and how can I fix this simple error?