[BlueBream] Pinning elementtree (Python2.4)

Sebastien Douche sdouche at gmail.com
Sat Mar 6 22:09:39 EST 2010


Hi,
tle last version of elementtree is "1.2.7-20070827-preview", but the
buildout configuration is made to use only "stable" version (
allow-picked-versions = False).

So, I have this error:
sdouche at fou-hi:~/tmp/trunk$ ./bin/buildout -U
Getting distribution for 'mr.developer==1.10'.
Got mr.developer 1.10.
Getting distribution for 'elementtree'.
zip_safe flag not set; analyzing archive contents...
Got elementtree 1.2.7-20070827-preview.
While:
  Installing.
  Loading extensions.
  Getting distribution for 'elementtree'.
Error: Picked: elementtree = 1.2.7-20070827-preview

You can see the same issue on the buildbot :
http://bluebream.buildbot.securactive.org/builders/bb-py2.4.6-32bit-linux/builds/3/steps/buildout/logs/stdio
http://bluebream.buildbot.securactive.org/builders/ztk-py2.4.6-32bit-linux/builds/3/steps/buildout/logs/stdio
http://bluebream.buildbot.securactive.org/builders/za-py2.4.6-32bit-linux/builds/3/steps/buildout/logs/stdio
http://bluebream.buildbot.securactive.org/builders/com-py2.4.6-32bit-linux/builds/3/steps/buildout/logs/stdio

4 solutions :
- switch allow-picked-versions to True
- pinning elementtree (1.2.6-20050316)
- drop Python2.4 support
- Explain to Fredrik Lundh how naming a package :o)

Baiju, why keep Python2.4? The standard version is 2.6 and the 2.7 is
out for the end of the year.

-- 
Sebastien Douche <sdouche at gmail.com>
Twitter: http://bit.ly/afkrK (agile, python, open source)


More information about the bluebream mailing list