简体   繁体   中英

Pycharm - Pyramid Mac OS X Freezing on Run

Running Python 3.4.3, PyCharm Pro 4.5, and using VirtualEnviroment created within PyCharm.

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.

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. Removing this allows the application to run normally.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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