Skip to main content



      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 05:27 Go to next message
Eclipse UserFriend
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 15:59 Go to previous message
Eclipse UserFriend
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: Thu Jul 03 17:28:54 EDT 2025

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

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

Back to the top