Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » PyDev - several versions of the same package(PyDev gets the lowest version of the installed package)
PyDev - several versions of the same package [message #782193] Mon, 23 January 2012 10:27 Go to next message
Ilya Lyaukin is currently offline Ilya LyaukinFriend
Messages: 1
Registered: January 2012
Junior Member
I have several versions of one package installed on my machine:
selenium-2.16.0-py2.7.egg
selenium-2.15.0-py2.7.egg
...
When I'm running script using python.exe, it gets the highest version.
But in PyDev, for example when I ctrl + click on any identifier from 'selenium' package, the lowest version of this package opens. So, PyDev does not see memebers that have come in the higher versions.
If I remove lower versions, PyDev does not see members of 'selenium' at all.
How can I force PyDev use the highest version of installed package?
Thanks!
Re: PyDev - several versions of the same package [message #782506 is a reply to message #782193] Mon, 23 January 2012 20:59 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
PyDev is a third-party tool, so you'll get better response by using
whatever user-support channels are offered by that project/vendor.


On 1/23/12 5:27 AM, Ilya Lyaukin wrote:
> I have several versions of one package installed on my machine:
> selenium-2.16.0-py2.7.egg
> selenium-2.15.0-py2.7.egg
> ..
> When I'm running script using python.exe, it gets the highest version.
> But in PyDev, for example when I ctrl + click on any identifier from
> 'selenium' package, the lowest version of this package opens. So, PyDev
> does not see memebers that have come in the higher versions.
> If I remove lower versions, PyDev does not see members of 'selenium' at
> all.
> How can I force PyDev use the highest version of installed package?
> Thanks!
Previous Topic:setting
Next Topic:Trouble Processing Arrays
Goto Forum:
  


Current Time: Fri Apr 26 17:09:08 GMT 2024

Powered by FUDForum. Page generated in 0.08079 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top