"Austin" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
|I wrote a GUI program with wxPython.
| The error message is:
|
| Unhandled exception
| An unhandled exception occured. Press "Abort" to terminate the program,
| "Retry" to exit the program normally and "Ignore" to try to c
I wrote a GUI program with wxPython.
The error message is:
Unhandled exception
An unhandled exception occured. Press "Abort" to terminate the program,
"Retry" to exit the program normally and "Ignore" to try to continue.
Actually, besides the main program, there is another thread running
backgr
Austin wrote:
I wrote a program running on windows.
I put the link of the program in "Start up" folder and let it executed
minimized.
Every time when I open the computer, my program will be running in system
tray.
But if the user would like to shutdown the computer, the OS will show an
error ab
Programs that start at boot, run until shutdown and run in
background all the time under Windows are good candidates
for being turned into Windows Services. They respond to
shutdown commands properly and can be fine-grained scheduled
as well. For tutorial pick of a copy of Python Programming
on W
I wrote a program running on windows.
I put the link of the program in "Start up" folder and let it executed
minimized.
Every time when I open the computer, my program will be running in system
tray.
But if the user would like to shutdown the computer, the OS will show an
error about exception.