Qprocess exiting with exit code 255 when trying to run python script
Solved
General and Desktop
-
@Adithya said in Qprocess exiting with exit code 255 when trying to run python script:
running in infinite loop
Please do NOT do such infinite loops in an event driven frameworks like Qt! There is really no need for that and it blocks Qt event loop.
"I am not getting the log" - please explain how you're getting this log and what do you actually mean exactly by "log". If you mean the output of your script then I already suggested to read its stderr/stdout. -