Message5409

Author verterok
Recipients verterok
Date 2010-01-06.05:27:22
SpamBayes Score 0.002248546
Marked as misclassified No
Message-id <1262755643.74.0.182220612215.issue1533@psf.upfronthosting.co.za>
In-reply-to
Content
Using r6957, and trying to run twisted test suite I get the following error:

Traceback (most recent call last):
  File "bin/trial", line 21, in <module>
    from twisted.scripts.trial import run
  File "/Users/guillermo/Projects/Twisted/jython/twisted/scripts/trial.py", line 10, in <module>
    from twisted.application import app
  File "/Users/guillermo/Projects/Twisted/jython/twisted/application/app.py", line 13, in <module>
    from twisted.application import service, reactors
  File "/Users/guillermo/Projects/Twisted/jython/twisted/application/service.py", line 20, in <module>
    from twisted.python import components
  File "/Users/guillermo/Projects/Twisted/jython/twisted/python/components.py", line 36, in <module>
    from zope.interface.adapter import AdapterRegistry
  File "/Users/guillermo/Projects/Twisted/jython/zope_interface/build/zope/interface/adapter.py", line 195
    for with, objects in v.iteritems():
       ^
SyntaxError: no viable alternative at input 'with'
History
Date User Action Args
2010-01-06 05:27:24verteroksetrecipients: + verterok
2010-01-06 05:27:23verteroksetmessageid: <1262755643.74.0.182220612215.issue1533@psf.upfronthosting.co.za>
2010-01-06 05:27:23verteroklinkissue1533 messages
2010-01-06 05:27:22verterokcreate