Obsidian Jackal
Obsidian Jackal

Reputation: 285

PyCharm: Why are only exit code lines displayed?

For example, running the following line of code:

print("Hello, world! My name is Enkouyami")

Only outputs this:

Process finished with exit code 0

The only way to get it to display that text is to go to the python console.

Upvotes: 2

Views: 413

Answers (1)

Obsidian Jackal
Obsidian Jackal

Reputation: 285

My AV Program was pausing the installer and the Pycharm application, asking me if I want to allow the program to perform certain actions. Even though I allowed it, it messed up my Pycharm setup. Reinstalling Pycharm fixed the problem.

Upvotes: 2

Related Questions