pydev eclipse unresolved import within package -


i have basic project hierarchy goes project->src->package->module. when try import module module within same package, unresolved import error.
made sure interpreters system pythonpath includes /site-packages folder. tried rescanning folder seen here: pydev doesn't find python library after installation, , tried removing , adding interpreter again force rescan.

importing works in terminal, not in eclipse, sys.path same in eclipse , in terminal, except when view sys.path through eclipse includes users/user/documents/workspace/project/src.

how eclipse import modules within same package?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -