I am getting these error messages when i try to run iBridgePy:
Traceback (most recent call last):
File "C:/Users/jsidd/PycharmProjects/ibridgepy/RUN_ME.py", line 16, in <module>
from configuration import run_me
File "C:\Users\jsidd\PycharmProjects\ibridgepy\configuration.py", line 6, in <module>
from Config.config_defs import UserConfig
File "C:\Users\jsidd\PycharmProjects\ibridgepy\Config\config_defs.py", line 10, in <module>
from IBridgePy.MarketManagerBase import setup_services
File "C:\Users\jsidd\PycharmProjects\ibridgepy\IBridgePy\MarketManagerBase.py", line 6, in <module>
import broker_service_factory
File "C:\Users\jsidd\PycharmProjects\ibridgepy\broker_service_factory_init_.py", line 1, in <module>
from .BrokerService import BrokerService
File "C:\Users\jsidd\PycharmProjects\ibridgepy\broker_service_factory\BrokerService.py", line 11, in <module>
from IBridgePy.IbridgepyTools import stripe_exchange_primaryExchange_from_security, choose_whatToShow
File "C:\Users\jsidd\PycharmProjects\ibridgepy\IBridgePy\IbridgepyTools.py", line 28, in <module>
from IBridgePy import IBCpp
ImportError: DLL load failed while importing IBCpp: %1 is not a valid Win32 application.
Hi Javed,
The error indicates an incorrect IBridgePy or Python version on your system.
Please check that you have installed the correct IBridgePy for your Python version.
If the issue still persists, do connect with us so we can help you further!
Thanks!
i downloaded the following version of iBridgePy:
Download IBridgePy_Win_Python38_64.zip
i have the following version of Python
Python 3.8.3
since IBridgePy is the version for 3.8 and so is Python, shouldn't it work?
It should work. Are you using a stand-alone python installation or Anaconda Python?