我正在尝试调试 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