[Distutils] Problem upgrading docutils with setuptools

Maciek Starzyk mstarzyk at gmail.com
Wed Jan 25 18:46:57 CET 2006


Hi Phillip,

Thanks for your response.

On 1/25/06, Phillip J. Eby <pje at telecommunity.com> wrote:
> A simple fix is to do "easy_install -m docutils" before the upgrade, as
> this will remove the existing version from the .pth file.

Actually this problem was triggered by installing my package
that depends on docutils. In setup.py this package has:

setup(
    ...
    install_requires = ['docutils>=0.4']
)

Is there a way to tell setup.py to do the equivalent of easy_install -m
while upgrading its dependencies ?

Cheers,
Maciek


More information about the Distutils-SIG mailing list