Issue1336626

classification
Title: error using twisted with jython 2.2a1
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: amak, fwierzbicki, olandere
Priority: low Keywords:

Created on 2005-10-24.17:51:44 by olandere, last changed 2007-05-19.16:45:09 by fwierzbicki.

Messages
msg1063 (view) Author: Eric Olander (olandere) Date: 2005-10-24.17:51:44
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
msg1064 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2006-05-14.03:12:27
Logged In: YES 
user_id=193969

Jython is very unlikely to run twisted in the near future.
msg1065 (view) Author: Alan Kennedy (amak) Date: 2007-05-19.12:47:41
I recommend that this bug be closed.

It has only become theoretically possible to run twisted in jython recently (due to the addition of non-blocking sockets and the select module); this bug is 18 months old.

Ideally, a twisted guru should try to get twisted running on jython; it's not going to be a simple job.
msg1066 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2007-05-19.16:45:09
I agree with amak.  This is too general to be called a bug -- it is more of a future project for somebody.  Closing.
History
Date User Action Args
2005-10-24 17:51:44olanderecreate