Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4515412 By: fabioz
Yeap, I'm here... that's probably not related to the extensions (you probably don't have code-completion for those modules either -- which would work in the open source version). It's probably a misconfiguration... let's try to diagnose it... 1. What's the system pythonpath you're using? (In window > preferences > pydev > interpreter - python what are the paths that appear under 'System PYTHONPATH'?) 2. What's the pythonpath you get from a shell? (open a python.exe from a shell and do: import sys for p in sys.path: print p 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: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
