i am getting weird python bus error when building a web app.
http://pastie.org/714569
i am using python 2.6 from mac ports in osx sno开发者_如何学运维wleopart 10.6.2. i have done python_select and stuff. how to figure out what is going on? thanks
This is most likely a bug in Python or your web application framework. Please report it to their respective bug tracker.
I got the same error on my MacOS 10.6.8 with both python 2.7.1 and 2.6.1. The problem appeared after a year of successful work. I suspect a system updated was the reason. I upgraded the python framework to 2.7.3 and this helped.
精彩评论