Running winpdb from within Enthought Canopy on MacOS 10.9.2

对着背影说爱祢 提交于 2019-12-04 18:12:04

This is a known issue which has been fixed for the next release of Canopy (coming soon.) In the meantime you should be able to workaround the issue by editing the 1st line in the winpdb script and setting it to use pythonw command instead of python. For example, change this line:

#!/Users/<UserId>/Library/Enthought/Canopy_64bit/User/bin/python

to:

#!/Users/<UserId>/Library/Enthought/Canopy_64bit/User/bin/pythonw
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!