Message3346

Author cheeming
Recipients cheeming
Date 2008-07-17.12:45:51
SpamBayes Score 0.002007748
Marked as misclassified No
Message-id <1216298751.85.0.37517538823.issue1079@psf.upfronthosting.co.za>
In-reply-to
Content
Traceback (most recent call last):
  File "test.py", line 1, in <module>
    import twisted.application.app
  File
"/home/cheeming/src/jython/dist/Lib/site-packages/twisted/application/app.py",
line 8, in <module>
    from twisted.python import runtime, log, usage, reflect, failure,
util, logfile
  File
"/home/cheeming/src/jython/dist/Lib/site-packages/twisted/python/log.py", line
15, in <module>
    from twisted.python import util, context, reflect
  File
"/home/cheeming/src/jython/dist/Lib/site-packages/twisted/python/context.py",
line 22, in <module>
    from twisted.python import threadable
  File
"/home/cheeming/src/jython/dist/Lib/site-packages/twisted/python/threadable.py",
line 117, in <module>
    init(True)
  File
"/home/cheeming/src/jython/dist/Lib/site-packages/twisted/python/threadable.py",
line 68, in init
    class XLock(threadingmodule._RLock, object):
AttributeError: 'module' object has no attribute '_RLock'
History
Date User Action Args
2008-07-17 12:45:52cheemingsetspambayes_score: 0.00200775 -> 0.002007748
recipients: + cheeming
2008-07-17 12:45:51cheemingsetspambayes_score: 0.00200775 -> 0.00200775
messageid: <1216298751.85.0.37517538823.issue1079@psf.upfronthosting.co.za>
2008-07-17 12:45:51cheeminglinkissue1079 messages
2008-07-17 12:45:51cheemingcreate