Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5343102 By: glen_richards
Hi, I've been playing around with the auto-completion feature of Pydev. What I *think* (please correct me if I'm wrong) is lacking is the ability to specify an environment on a per project basis. Here's why. I use a slightly modified version of gtk in my development. To get auto-completion to work it seems that I have to have the libgtk dll in my path (target platform is Windows). The only way I can see to do this is by placing this path in my system's environment (appending to "path"). But the problem I have is that we may have more than one version of this dll, depending on the version of the software I'm working with. So the only work around I've found is to have batch files to launch eclipse that set the path appropriately. Am I missing something here? Can I set my path on a per project basis? If not, would this be a good feature suggestion? I'm aware that I can set the environment in the run configurations, but the auto-complete does not reference this. I'm also aware that I can set my PythonPath on a project basis, but that does not help in my gtk related case. Cheers, Glen ______________________________________________________________________ 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
