Traceback (most recent call last):
File "/tmp/Twisted/bin/trial", line 23, in <module>
from twisted.scripts.trial import run
File "/tmp/Twisted/twisted/scripts/trial.py", line 10, in <module>
from twisted.application import app
File "/tmp/Twisted/twisted/application/app.py", line 10, in <module>
from twisted.application import service
File "/tmp/Twisted/twisted/application/service.py", line 20, in <module>
from twisted.python import components
File "/tmp/Twisted/twisted/python/components.py", line 37, in <module>
from zope.interface.adapter import AdapterRegistry
File "/tmp/python-buildbot/local/lib/python2.6/site-packages/zope/interface/adapter.py", line 201
for with, objects in v.iteritems():
^
SyntaxError: invalid syntax
So the culprit in this case is really zope.interface.
The full log is here:
http://www.python.org/dev/buildbot/community/all/x86%20RedHat%209%20trunk/builds/97/step-shell/0
Grig
--
http://agiletesting.blogspot.com
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com