Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在构建 Web 应用程序时,我遇到了奇怪的 python 总线错误。
http://pastie.org/714569
我在 osx snowleopart 10.6.2 中使用来自 mac 端口的 python 2.6。我已经完成了 python_select 之类的。如何弄清楚发生了什么?谢谢
这很可能是 Python 或您的 Web 应用程序框架中的错误。请将其报告给他们各自的错误跟踪器。
我在使用 python 2.7.1 和 2.6.1 的 MacOS 10.6.8 上遇到了同样的错误。经过一年的成功工作后,问题出现了。我怀疑系统更新是原因。我将 python 框架升级到 2.7.3,这很有帮助。