Process finished with exit code -1073741515 (0xC0000135)

Cribber picture Cribber · Nov 7, 2015 · Viewed 63.6k times · Source

I'm running a python script and it used to work (it even does on my other laptop right now) but not on my current computer - I just get the error code:

Process finished with exit code -1073741515 (0xC0000135)

I don't get any other results - not even from "print" commands at the beginning of the file.

I haven't found anything specific to that. I re-installed python (2.7.9), pygame (1.9.1) and even pycharm (tried 4.5 first, now with 5.0 - same result)

Does anyone know what that error code means? I couldn't find anything about it.

Answer

Dunot picture Dunot · Nov 19, 2016

reinstall python – you don't have python33.dll in c:\WINDOWS\system32\

Maybe you have different python versions – look at folders in root of c:

If yes, then point to your version of python.exe in pyCharm > Settings > Project Interpreter