pycharm - 为什么我的 PyCharm 调试按钮是灰色的?

标签 pycharm

我使用 PyCharm 开发 Google App Engine。现在我在 Ubuntu Linux 上尝试它,我安装并运行了它,但是右上角的按钮是灰色的,我不知道该怎么做。可以做些什么来运行该项目? screenshot

最佳答案

你需要去运行 |编辑配置...并为您的项目创建 Google App Engine 运行配置。

关于pycharm - 为什么我的 PyCharm 调试按钮是灰色的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29813488/

相关文章:

Python3.8.2 编译 Cython 扩展错误 - 警告 : 'tp_print' is deprecated

debugging - 如何调试 SCons 脚本

python - 在 Pycharm 中关闭 matplotlib 图

python - Python 指令中的预期类型 'Union[ndarray, Iterable]' 警告

python - 属性错误 : 'module' object has no attribute 'Tk'

python - 使用 "Pandas"和 "Seaborn"在 PyCharm 中键入错误

python - Django 模块未找到错误

csv - 在 PyCharm 中对齐 CSV 列

python - PyCharm 和 unittest 不会运行

python - 如何在使用 Pycharm + Docker 测试项目时在 Python 库包上进行开发?