Python stopped working

Answered

After working with pycharm for 3 years, suddenly it stopped working, no matter what code I'm running (and even in the python console) there is the following error - 

Process finished with exit code -1073741515 (0xC0000135)

I checked and I have the latest version of .NET framework. additionally, I upgraded my pycharm to latest version just to be sure.

I also followed the instruction from the following post - https://answers.microsoft.com/en-us/windows/forum/all/application-error-0xc0000135/e6bd0a34-fd74-4cb7-bea6-238ae84d5d13. and obviously restarted the application and the computer several times.

But sadly, nothing worked. the same exit code is presented constantly in the python console, not allowing me to right, and it is the output of every script that I write in any folder.

Anyone has any ideas and could please help me?

0
3 comments

Perhaps there is something wrong with the interpreter you are using.
Have you checked if the code runs fine in the system CLI (outside of PyCharm) with the same interpreter?

0

I'm not sure hot to run in the system CLI, but I can tell you I have several interperters configured in PyCharm and the problem is the same in all of them.

0

You can just copy the first line from the Run window in PyCharm and run it in the command line.

The problem can be happening with several interpreters if all of them are virtual environments and were created using the same base interpreter.

0

Please sign in to leave a comment.