django スクリプトをデバッグするために winpdb を学習しようとしています。コマンドラインから起動するとfindを実行する非常に単純なdjango Webサイトがありますが、winpdbから起動しようとすると、次のエラーメッセージが表示されます。
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.
どこから修正を開始すればよいかさえわかりません。CTimeoutHTTP は MFC のように見えます。ANSIバージョンでwxpythonをインストールし、それが不平を言ったときに、Unicodeバージョンをインストールしました(ANSIバージョンを削除せずに)。それが私が考えることができる唯一の異常なことです。どんな助けでも大歓迎です。
Windows XP 上で動作していると言うべきです。