Post Reply 
Python App: When it crashes, is there a way to see any program output?
10-10-2024, 11:32 AM
Post: #3
RE: Python App: When it crashes, is there a way to see any program output?
With main.py containing a print and zsys.py containing my zsys program: It tries to execute zsys and crashes.

With zsys deleted and that loop in main.py:
The loop is seen OK.

With zsys in main.py, prefixing the code with a print and input:
The program crashes before executing the print and input.

Conclusion: Something about beginning to execute zsys (and many others) causes an immediate crash...

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Python App: When it crashes, is there a way to see any program output? - StephenG1CMZ - 10-10-2024 11:32 AM



User(s) browsing this thread: 1 Guest(s)