Hi,
I get the following error when trying to run the RUN_ME.py please advise:
runcell(0, 'C:/Users/dp/Downloads/IBridgePy_Win_Anaconda38_64/RUN_ME.py')
Traceback (most recent call last):
File ~\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec
exec(code, globals, locals)
File c:\users\dp\downloads\ibridgepy_win_anaconda38_64\run_me.py:16
from configuration import run_me
File ~\Downloads\IBridgePy_Win_Anaconda38_64\configuration.py:9
from Config.config_defs import UserConfig
File ~\Downloads\IBridgePy_Win_Anaconda38_64\Config\config_defs.py:11
from IBridgePy.MarketManagerBase import setup_services
File ~\Downloads\IBridgePy_Win_Anaconda38_64\IBridgePy\MarketManagerBase.py:7
import broker_service_factory
File ~\Downloads\IBridgePy_Win_Anaconda38_64\broker_service_factory_init_.py:1
from .BrokerService import BrokerService
File ~\Downloads\IBridgePy_Win_Anaconda38_64\broker_service_factory\BrokerService.py:14
from IBridgePy import IBCpp
ImportError: DLL load failed while importing IBCpp: The specified module could not be found.
Hey Dion,
This error most likely occurs if the downloaded IBridgePy version does not match the Python in your system. The other reason for the error is that there are multiple Python installed in your system. You can go through the steps in this link to resolve the same.
Hope this helps!
Thanks
Rushda