简体   繁体   English

Pycharm-运行时冻结的Mac OS X金字塔

[英]Pycharm - Pyramid Mac OS X Freezing on Run

Running Python 3.4.3, PyCharm Pro 4.5, and using VirtualEnviroment created within PyCharm. 运行Python 3.4.3,PyCharm Pro 4.5,并使用在PyCharm中创建的VirtualEnviroment。

Initialally after building a starter scaffold and running the project, it "runs" with errors, but then using Tools->Run setup.py tasks...(Develop)...(OK)...Running again causes the application to freeze with no other results. 最初,在构建启动器脚手架并运行项目后,它会“运行”并出现错误,但随后使用“工具”->“运行setup.py任务...(开发)...(确定)...再次运行”会导致应用程序冻结,没有其他结果。

Any suggestions? 有什么建议么? I can't seem to find anyone else running into this problem. 我似乎找不到其他人遇到此问题。

Apparently setting or adding 显然设置或添加

pyramid.includes = pyramid_debugtoolbar

currently causes pycharm / pyramid to crash / lockup Pycharm. 当前导致pycharm /金字塔崩溃/锁定pycharm。 Removing this allows the application to run normally. 删除它可以使应用程序正常运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM