Ticket #4002 defect closed invalid
AttributeError: 'module' object has no attribute '_RLock'
| Reported by: | thijs | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | jython |
| Cc: | pjenvey, thijs | Branch: | |
| Author: | Launchpad Bug: |
Description
The Jython buildslave currently throws the following error with Jython 2.5.1 trunk:
Traceback (most recent call last): File "./bin/trial", line 21, in <module> from twisted.scripts.trial import run File "/home/buildbot/Buildslaves/twisted/jython2.5-thijs-ubuntu/Twisted/twisted/scripts/trial.py", line 9, in <module> from twisted.internet import defer File "/home/buildbot/Buildslaves/twisted/jython2.5-thijs-ubuntu/Twisted/twisted/internet/defer.py", line 15, in <module> from twisted.python import log, failure, lockfile File "/home/buildbot/Buildslaves/twisted/jython2.5-thijs-ubuntu/Twisted/twisted/python/log.py", line 19, in <module> from twisted.python import util, context, reflect File "/home/buildbot/Buildslaves/twisted/jython2.5-thijs-ubuntu/Twisted/twisted/python/context.py", line 22, in <module> from twisted.python import threadable File "/home/buildbot/Buildslaves/twisted/jython2.5-thijs-ubuntu/Twisted/twisted/python/threadable.py", line 117, in <module> init(True) File "/home/buildbot/Buildslaves/twisted/jython2.5-thijs-ubuntu/Twisted/twisted/python/threadable.py", line 68, in init class XLock(threadingmodule._RLock, object): AttributeError: 'module' object has no attribute '_RLock'
Change History
Note: See
TracTickets for help on using
tickets.
