Message4076

Author thijs
Recipients thijs
Date 2009-01-25.23:11:46
SpamBayes Score 1.8943376e-07
Marked as misclassified No
Message-id <1232925107.46.0.0860579181978.issue1246@psf.upfronthosting.co.za>
In-reply-to
Content
Getting the following error with Twisted 8.2 release and Twisted trunk, as reported 
by the buildslave (http://buildbot.twistedmatrix.com/builders/ubuntu64-jython2.5-
select/builds/102/steps/trial/logs/stdio). Title of this ticket is not really 
helpful atm but not sure what to make of it otherwise..

Jython 2.5b1+ (trunk:5970, Jan 24 2009, 19:11:26) 
[Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)] on java1.5.0_06
Type "help", "copyright", "credits" or "license" for more information.
>>> from twisted.internet import reactor
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
KeyError: 'twisted.internet.reactor'
History
Date User Action Args
2009-01-25 23:11:47thijssetrecipients: + thijs
2009-01-25 23:11:47thijssetmessageid: <1232925107.46.0.0860579181978.issue1246@psf.upfronthosting.co.za>
2009-01-25 23:11:47thijslinkissue1246 messages
2009-01-25 23:11:46thijscreate