1
我想調試django視圖的問題。當我在命令行上運行它。 我沒有收到任何這些消息。但是,當我在PyDev調試器中運行它時,我收到了這些錯誤消息。我正在運行- 無負載選項。PyDev調試器不同於命令行django runserver命令
這些錯誤信息是什麼意思?
當我在命令行上運行它時,爲什麼我沒有得到它們?
/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
是的,我正在運行--noreload選項。 – Ted 2009-02-19 22:02:18