Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5314249 By: fabioz
Hi Lin, Those are the default paths with libraries from Python. Each place that has modules that can be imported must be added... and it must have __init__.py in all the subdirectories all the way until the file you want (otherwise python won't recognize it as a valid python package -- I think that's the only reason to have subdirectories in the pythonpath even when its parent is also in the pythonpath). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
