- Interactive Brokers Account in good standing
- IBridgePy_Win_Anaconda36_64
- Python 3.7 (Anaconda) 64 Bit
After setting the PYTONPATH manager to the directory where I unzipped the IBridge Py installation I opend RUN.ME.py in Spyder. After running the file I get the following error message:
Python 3.7.1 (default, Dec 10 2018, 22:54:23) [MSC v.1915 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.
IPython 7.2.0 -- An enhanced Interactive Python.
runfile('C:/Users/Alexander/Downloads/IBridgePy/RUN_ME.py', wdir='C:/Users/Alexander/Downloads/IBridgePy')
Traceback (most recent call last):
File "<ipython-input-1-6e5ded4ebf61>", line 1, in <module>
runfile('C:/Users/Alexander/Downloads/IBridgePy/RUN_ME.py', wdir='C:/Users/Alexander/Downloads/IBridgePy')
File "C:\Users\Alexander\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 704, in runfile
execfile(filename, namespace)
File "C:\Users\Alexander\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 108, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
File "C:/Users/Alexander/Downloads/IBridgePy/RUN_ME.py", line 38, in <module>
exec(script)
File "<string>", line 9, in <module>
File "C:\Users\Alexander\Downloads\IBridgePy\IBridgePy\MarketManagerBase.py", line 6, in <module>
import data_provider_factory
File "C:\Users\Alexander\Downloads\IBridgePy\data_provider_factory\__init__.py", line 1, in <module>
from .data_provider import DataProvider
File "C:\Users\Alexander\Downloads\IBridgePy\data_provider_factory\data_provider.py", line 14, in <module>
from IBridgePy.IbridgepyTools import calculate_startTime
File "C:\Users\Alexander\Downloads\IBridgePy\IBridgePy\IbridgepyTools.py", line 23, in <module>
from IBridgePy.quantopian import Security, from_security_to_contract, from_contract_to_security
File "C:\Users\Alexander\Downloads\IBridgePy\IBridgePy\quantopian.py", line 5, in <module>
from IBridgePy import IBCpp
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.
Anyone who can help???