Process finished with exit code -1073741515 (0xC0000135)

后端 未结 7 2110
无人及你
无人及你 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:37

    I solved it by disabling "PyQt compatible" checkbox in the Settings under Build, Execution, Deployment --> Python Debugger.

    After that, it should debug properly.

提交回复
热议问题