On 23 Oct 2013, at 16:46, Marius Gedminas <marius@gedmin.as> wrote:
On Wed, Oct 23, 2013 at 01:00:01AM +0200, Zope tests summarizer wrote:
[1] FAILED winbot / z3c.pagelet_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-October/079349.html
[2] FAILED winbot / zope.pagetemplate_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-October/079348.html
Both failed to install Chameleon 2.13, which was released on Oct 21.
Buildout:
Getting distribution for 'Chameleon'. An error occurred when trying to install Chameleon 2.13. Look above this message for any errors that were output by easy_install. error: c:\temp\easy_install-eyzg4_\Chameleon-2.13\src\chameleon\tests\inputs\orderedselect_input.pt?rev=90972: invalid mode ('wb') or filename While: Installing testcompat. Getting distribution for 'Chameleon'. Error: Couldn't install: Chameleon 2.13
Yeah, you can't put a '?' in the filename on MSDOS^H^H^H^H^H Windows.
That file is present in the source tarball on PyPI, but not present in Chameleon's github repo. Their MANIFEST.in contains
recursive-include src/chameleon/tests/inputs * recursive-include src/chameleon/tests/outputs *
which sheds some light on the matter.
Filed as https://github.com/malthe/chameleon/issues/156
Now we wait for Chameleon 2.13.1.
Chameleon 2.13-1 is on pypi now. Wichert.