[Grok-dev] [buildbot] Error with zope.app.component / Py2.6

Michael Haubenwallner michael at d2m.at
Tue May 12 02:06:43 EDT 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael Haubenwallner wrote:
> Sebastien Douche wrote:
>> http://grok.buildbot.securactive.org/builders/py2.6-32bit-linux/builds/0/steps/test/logs/stdio
>> http://grok.buildbot.securactive.org/builders/py2.6-64bit-linux/builds/0/steps/test/logs/stdio
> 
> 
>> Traceback (most recent call last):
>>   File "/srv/buildbot/slave/grok/py2.6-64bit-linux/build/src/grok/__init__.py",
>> line 74, in <module>
>>     from grok.components import Model, View
>>   File "/srv/buildbot/slave/grok/py2.6-64bit-linux/build/src/grok/components.py",
>> line 42, in <module>
>>     from zope.app.component.site import SiteManagerContainer
>>   File "/srv/buildbot/slave/grok/py2.6-64bit-linux/build/eggs/zope.app.component-3.4.1-py2.6.egg/zope/app/component/site.py",
>> line 241
>>     (registration.required, ) + registration.with,
>>                                                 ^
>> SyntaxError: invalid syntax
> 
> 
>> d2m said the version is wrong but in versions.cfg:
>> zope.app.component = 3.4.1
> 
>> I'm stupid? :/
> 
> 
> As i said in IRC already, you must be using a wrong egg -- the line
>      (registration.required, ) + registration.with,
> 
> should read
>     (registration.required, ) + registration.with_,
> 
> in zope.app.component-3.4.1
> 
> Could be an egg served by your own download proxy.
> 

Sorry, my fault -- i was referring to *my own* patched version of
z.a.c-3.4.1

Hanno's comment is correct, only Python 2.4/2.5 are supported for the
current versions.conf

Regards
Michael

- --
http://blog.d2m.at
http://planetzope.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFKCRHzl0uAvQJUKVYRAm84AJ0fNiqJLYHV1J3HlKxWAhqSg2PEhACgvc0s
okkLA1pj+5UkiHfJNoFdszE=
=vv3d
-----END PGP SIGNATURE-----



More information about the Grok-dev mailing list