Pedro Ferreira
unread,Jul 3, 2009, 12:38:22 PM7/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Winpdb
While trying to run winpdb in embedded mode (from inside a mod_python
app), i get the following traceback:
"""
Traceback (most recent call last):
File "/home/pferreir/projects/indico/cds-indico/indico/MaKaC/
services/interface/rpc/process.py", line 63, in invokeMethod
result = processRequest(method, params, req)
File "/home/pferreir/projects/indico/cds-indico/indico/MaKaC/
services/interface/rpc/process.py", line 44, in processRequest
result = handler(params, req.get_remote_host(), getSession
(req)).process()
File "/home/pferreir/projects/indico/cds-indico/indico/MaKaC/
services/implementation/base.py", line 220, in process
answer = self._getAnswer()
File "/home/pferreir/projects/indico/cds-indico/indico/MaKaC/
services/implementation/search.py", line 48, in _getAnswer
import rpdb2; rpdb2.start_embedded_debugger('xpto')
File "/usr/lib/python2.5/site-packages/rpdb2.py", line 423, in
start_embedded_debugger
fDebug
File "/usr/lib/python2.5/site-packages/rpdb2.py", line 13821, in
__start_embedded_debugger
workaround_import_deadlock()
File "/usr/lib/python2.5/site-packages/rpdb2.py", line 13785, in
workaround_import_deadlock
xmlrpclib.loads(XML_DATA)
File "/usr/lib/python2.5/xmlrpclib.py", line 1132, in loads
return u.close(), u.getmethodname()
File "/usr/lib/python2.5/xmlrpclib.py", line 785, in close
raise ResponseError()
ResponseError: ResponseError()
"""
Any clue on what might be happening?
I'm using winpdb SVN, mod_python 3.3.1-r1, apache 2.2.11, python
2.5.4-r3.
Thanks in advance,
Regards,
Pedro