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("collective.polls") # latest installed version
pkg_resources.require("collective.polls==1.6.2") # this exact version
pkg_resources.require("collective.polls>=1.6.2") # this version or higher
Note also that the installation directory must be on sys.path at runtime for
this to work. (e.g. by being the application's script directory, by being on
PYTHONPATH, or by being added to sys.path by your code.)
Got collective.polls 1.6.2.
The constraint, 1.0b6, is not consistent with the requirement, 'collective.upload==1.0rc1'.
While:
Installing client1.
Error: Bad constraint 1.0b6 collective.upload==1.0rc1
Installed /home/flamel/.buildout/eggs/tmpxTr0uw/collective.polls-1.6.2-py2.7.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:
Note also that the installation directory must be on sys.path at runtime for this to work. (e.g. by being the application's script directory, by being on PYTHONPATH, or by being added to sys.path by your code.)
Got collective.polls 1.6.2. The constraint, 1.0b6, is not consistent with the requirement, 'collective.upload==1.0rc1'. While: Installing client1. Error: Bad constraint 1.0b6 collective.upload==1.0rc1