в списке установленных пакетов
c:\tg-project\wiki20>yolk -l
adodbapi - 1.0.1 - non-active
adodbapi - 2.1 - non-active
adodbapi - 2.1 - non-active
adodbapi - 2.1 - active
adodbapi - 2.1 - active
.......
чтобы удалить adodbapi - 1.0.1 делаю
c:\tg-project\wiki20>easy_install -m adodbapi==2.1
Searching for adodbapi==2.1
Best match: adodbapi 2.1
Processing adodbapi-2.1-py2.5.egg
Using c:\python25\lib\site-packages\adodbapi-2.1-py2.5.egg
Because this distribution was installed --multi-version, before you can
import modules from this package in an application, you will need to
'import pkg_resources' and then use a 'require()' call similar to one of
these examples, in order to select the desired version:
pkg_resources.require("adodbapi") # latest installed version
pkg_resources.require("adodbapi==2.1") # this exact version
pkg_resources.require("adodbapi>=2.1") # this version or higher
Processing dependencies for adodbapi==2.1
Finished processing dependencies for adodbapi==2.1
Как удалить пакет adodbapi - 1.0.1 и копии adodbapi - 2.1 - non-active?
Мне не нужно –multi-version!
Спасибо!!!