Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508834 By: fabioz
Check if your source folders are correctly configured (a source folder is a folder that will be added to the pythonpath)... See http://fabioz.com/pydev/manual_101_project_conf2.html for details on configuring it. Pydev does have an internal representation (you can force it to be recreated in the same place where you configure your pythonpath), but your problem seems more related to the pythonpath configuration (because when you're running python, the only thing that would matter is the pythonpath you've defined -- through the source folders -- as nothing else from that point on is used from pydev). 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
