Search code examples
pythonpycharm

pycharm no "run" button


Installed PyCharm on the new windows10. If i create a new project everything works ok - all buttons on the places. But if i run ANY .py file associated with pycharm i see just the code and no Run or configure buttons. There is also no indexing\something bar at the bottom. I've waited for couple hours and nothing changed.

The same thing on new linux.

What am i doing wrong? (i also can't rightclick the file cuz 'nothing here' appears)

as you can see - no buttons..?


Solution

  • Seems you started PyCharm in the light edit mode (see https://blog.jetbrains.com/idea/2020/04/lightedit-mode/), try to run PyCharm first and then create project on top of your directory or just open this directory.