[lxml-dev] buildout lxml fetch 404 error since lxml-2.0alpha1
Jeff Kowalczyk
jtk at yahoo.com
Thu Sep 6 17:49:08 CEST 2007
Stefan Behnel wrote:
> > Getting distribution for 'lxml'.
> > While:
> > Installing test.
> > Getting distribution for 'lxml'.
> > Error: Can't download
> > http://codespeak.net/svn/lxml/branch/lxml-2.0: 404 Not Found
>
> Yep, that's because there isn't such a branch yet. It will become
> available when 2.0 is released.
>
> I guess we should take that paragraph out till then...
The latest/pending update http://cheeseshop.python.org/pypi/lxml/2.0alpha2
causes a different error for zc.buildout-1.0.0b30 in fetch-newest mode:
Picked: zope.testbrowser = 3.4.1
Getting required 'lxml'
required by z3c.etestbrowser 1.0.2-r75829.
Getting distribution for 'lxml'.
While:
Installing test.
Getting distribution for 'lxml'.
Error: Can't download
http://cheeseshop.python.org/packages/source/l/lxml/lxml-2.0alpha2.tar.gz:
404 Not Found
lxml-2.0alpha2.tar.gz is not (yet, temporarily) available at that URL. I
think zc.buildout-1.0.0b30 uses the package's simple index:
http://cheeseshop.python.org/simple/lxml/
More information about the lxml-dev
mailing list