I have encountered the error bellow when trying to run the RUN_ME.py in Spider after following all instructions in the documentation:
"from IBridgePy import IBCpp"
"ImportError: DLL load failed: The specified module could not be found."
I have also searched all over the net and found some solutions but none has fixed the problem.
Regards
John
Hello John,
You might want to check out this answer.
Hello Akshay , thanks for the reply, unfortunately the problem still exist after aplying all the fixex found in the link you sent.
I have also uninstall all versions of python/anaconda/spider and re installed but problem still exist and making it difficult for me to proceed with my projects, quite frustrating.
Please if there is other ways you can personally help me fix this issues i will be most grateful.
Below error section pasted:
File "C:\DataScience\IBridgePy_Win_Anaconda27_64(1)\IBridgePy\IbridgepyTools.py", line 28, in <module>
from IBridgePy import IBCpp
ImportError: DLL load failed: The specified module could not be found.
Hello John,
Have a look at the first solution of this StackOverflow answer.