Hi Phillip,
Thanks for your response.
On 1/25/06, Phillip J. Eby <[EMAIL PROTECTED]> 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
_______________________________________________
Distutils-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig