djangoビューの問題をデバッグしようとしています。コマンドラインで実行すると。これらのメッセージは表示されません。ただし、PyDevデバッガーで実行すると、これらのエラーメッセージが表示されます。--noreloadオプションを指定して実行しています。
これらのエラーメッセージはどういう意味ですか?
コマンドラインで実行しても取得できないのはなぜですか?
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/threading.py:697: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
return _active[_get_ident()]
Exception exceptions.SystemError: 'error return without exception set' in <generator object at 0x786c10> ignored
Exception exceptions.SystemError: 'error return without exception set' in <generator object at 0x7904e0> ignored