Message5572

Author avincon
Recipients avincon
Date 2010-03-17.10:55:10
SpamBayes Score 2.2218446e-05
Marked as misclassified No
Message-id <1268823311.62.0.0928809938843.issue1574@psf.upfronthosting.co.za>
In-reply-to
Content
Importing threading.py causes a "No module named _threading" error in jython 2.5.1. 

This error does not occur with jython 2.5.0.

Here is a copy of the command line:

Jython 2.5b3 (Release_2_5beta3:6092, Mar 10 2009, 15:34:57)
[Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.6.0_18
Type "help", "copyright", "credits" or "license" for more information.
>>> import threading
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\jython2.5.1\Lib\threading.py", line 8, in <module>
    from _threading import Lock, RLock, Condition, _Lock, _RLock
ImportError: No module named _threading
>>>
History
Date User Action Args
2010-03-17 10:55:11avinconsetrecipients: + avincon
2010-03-17 10:55:11avinconsetmessageid: <1268823311.62.0.0928809938843.issue1574@psf.upfronthosting.co.za>
2010-03-17 10:55:11avinconlinkissue1574 messages
2010-03-17 10:55:10avinconcreate