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

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -