Can't get "run" to work in PyCharm Permanently deleted user 创建于 2010年02月26日 00:05 Hi,The run button and the "Run" menu always seem to be greyed out in PyCharm. Can anyone tell me what I'm missing? I'm running PyCharm under OS-X 10.5.Thanks
Hello Patrick,
The "Run" button runs an existing run configuration. To create a run configuration,
right-click on the file you need to run and select "Run..." or "Debug..."
from the context menu, or open the "Run/Debug Configurations" dialog and
press the button to create one manually.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks Dmitry Jemerov.
Thanks Dmitry! I had the same issue!