error-code

python program to return exit code 0 if passes and 1 if fails

python program to return exit code 0 if passes and 1 if fails Question: I have a text file that includes a word like "test". Now what i am trying to do is using python i am opening that text file and search for that word. If the word exists then the python program should …

Total answers: 1

Process finished with exit code -1073741515 (0xC0000135)

Process finished with exit code -1073741515 (0xC0000135) Question: 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 …

Total answers: 11