I am trying to learn winpdb for debugging django scripts. I have a very simple django site that runs find if I run it from the command line, but when I try to run it from winpdb it gives me this error message:
RPDB2 - The Remote Python Debugger, version RPDB_2_4_6, Copyright (C) 2005-2009 Nir Aides. Type "help", "copyright", "license", "credits" for more information. *** NEW: Use CTRL-N for auto completion in the following commands: launch, *** eval and exec. *** Password has been set to a random password. *** Starting debuggee... *** Command returned the following error: *** <type 'exceptions.AttributeError'>, CTimeoutHTTP instance has no *** attribute 'getresponse'. *** Please check stderr for stack trace and report to support. *** Failed to find script.
I donβt even know where to start this fix. This CTimeoutHTTP looks like an MFC thing. I installed wxpython with the ANSI version, and then when it complained, I installed the Unicode version (without uninstalling the ANSI version). This is the only unusual thing that I can think of. Any help would be appreciated.
I have to say that it works on Windows XP.
django winpdb
Fred thomas
source share