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

Michael Haubenwallner michael at d2m.at
Tue May 12 01:36:19 EDT 2009


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

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.

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

iD8DBQFKCQrTl0uAvQJUKVYRAv5IAJ9lXNhV0ZFMhhowXMC9KYQGHU+rigCgh5+k
qYfQ3bqKCVqmQ2yy3JVxl5I=
=h57l
-----END PGP SIGNATURE-----



More information about the Grok-dev mailing list