I came across this link:
(Python) Use a library locally instead of installing it
And followed the steps to provide path to IBPy package which I downloaded and extracted on my desktop.
My code looks like:
import sys
sys.path.append('C:\Users\Duck\Desktop\IbPy-0.7.6-9.51\build\lib\ib')
import IbPy
But the error on third line is: No module named IbPY. I tried different variants on the path for IbPy as: C:\Users\Duck\Desktop\IbPy-0.7.6-9.51
Any suggestions ? My problem is I can't install packages even locally. Only thing I am allowed to do is bring packages through USB.
Edit:
(1) Yes there is init.py file
(2) I am now using
sys.path.append(r'C:\Users\Duck\Desktop\IbPy-0.7.6-9.51\build\lib\ib')
The error is still there.
I am using Pycharm as my editor and I downloaded the IBPy from: