Process finished with exit code -1073741515 (0xC0000135)

后端 未结 7 2108
无人及你
无人及你 2020-12-08 19:45

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:

Proce         


        
7条回答
  •  自闭症患者
    2020-12-08 20:24

    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

提交回复
热议问题