Message1063

Author olandere
Recipients
Date 2005-10-24.17:51:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following error was observed attempting to use the
twisted networking framework with jython 2.2a1.  I
suspect there is a jython bug somewhere as this code
works with python 2.2 

 File
"C:\jythonRelease_2_2alpha1\Lib\twisted\__init__.py",
line 18, in ?
  File
"C:\jythonRelease_2_2alpha1\Lib\zope\interface\__init__.py",
line 54, in ?
  File
"C:\jythonRelease_2_2alpha1\Lib\zope\interface\interface.py",
line 802, in ?
  File
"C:\jythonRelease_2_2alpha1\Lib\zope\interface\interface.py",
line 418, in __init__
  File
"C:\jythonRelease_2_2alpha1\Lib\zope\interface\interface.py",
line 225, in __init__
  File "C:\jythonRelease_2_2alpha1\Lib\weakref.py",
line 147, in __init__
TypeError: unhashable instance
History
Date User Action Args
2008-02-20 17:17:26adminlinkissue1336626 messages
2008-02-20 17:17:26admincreate