On 2/8/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > > I've gathered that sourceforge changed something on their end. You > should be able to easy_install this link: > > http://switch.dl.sourceforge.net/sourceforge/docutils/docutils-0.4.tar.gz >
Either that or use easy_setup.py[1] to install the development version of setuptools in which the sourceforge changes have been accounted for: python ez_setup.py -U setuptools==dev You should then be able to install docutils (and anything else hosted at sourceforge) the normal way. Lee [1] http://www.turbogears.org/download/ez_setup.py

