Threaded WSGI throws TypeError exception #13

Closed
opened 2018-10-29 17:25:15 +00:00 by rtyler · 1 comment
Owner

Author: @thrawn01 Posted at: 24.07.2010 21:21

Traceback (most recent call last):
File "/home/thrawn/dev/apple-env/lib/python2.6/site-packages/eventlet-0.9.9-py2.6.egg/eventlet/wsgi.py", line 338, in handle_one_response
result = self.application(self.environ, start_response)
TypeError: 'Proxy' object is not callable

The issue was introduced with commit
d96e9657b5

This commit depends on tpool changes only available in eventlet trunk.
tpool.Proxy is not callable in version eventlet 0.9.9

The eventlet callable support was added here
http://bitbucket.org/which_linden/eventlet/changeset/ecef449748c0
Almost a month after the last 0.9.9 release tag

Checked out the latest version of eventlet from source and the error goes away. This means easy_installs of spawning are broken until eventlet releases 0.9.10.

Author: @thrawn01 Posted at: 24.07.2010 21:21 Traceback (most recent call last): File "/home/thrawn/dev/apple-env/lib/python2.6/site-packages/eventlet-0.9.9-py2.6.egg/eventlet/wsgi.py", line 338, in handle_one_response result = self.application(self.environ, start_response) TypeError: 'Proxy' object is not callable The issue was introduced with commit http://github.com/rtyler/Spawning/commit/d96e9657b533609657542dc545dfeba64c67735e This commit depends on tpool changes only available in eventlet trunk. tpool.Proxy is not callable in version eventlet 0.9.9 The eventlet callable support was added here http://bitbucket.org/which_linden/eventlet/changeset/ecef449748c0 Almost a month after the last 0.9.9 release tag Checked out the latest version of eventlet from source and the error goes away. This means easy_installs of spawning are broken until eventlet releases 0.9.10.
Author
Owner

Author: @rtyler Posted at: 18.08.2010 04:53

This should be resolved in the latest HEAD

Author: @rtyler Posted at: 18.08.2010 04:53 This should be resolved in the latest HEAD
Sign in to join this conversation.
No Label
defect
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rtyler/chucktesta#13
No description provided.