Package registration in Python versus IPython? -
i manually installed ibpy using "python setup.py install" under windows , winpython. packages seem appear in right dirs;
c:\winpython-32bit-3.4.3.2\python-3.4.3\lib\site-packages\ib\ext c:\winpython-32bit-3.4.3.2\python-3.4.3\lib\site-packages\ib\lib etc.
running:
from ib.ext.contract import contract ib.ext.order import order ib.opt import ibconnection, message
works fine in ipython, in python , eclipse get:
importerror: no module named 'ib.ext'; 'ib' not package
in eclipse can see ib , subdirs packages.
any suggestions? thx
Comments
Post a Comment