From: Tim B. <tb...@bi...> - 2004-07-01 20:50:40
|
I am using a standalone PythonCard app that was generated with py2exe. The app seems to run allright, but when I close the background by calling self.close() or just "X"ing the window, I can see in Windows Task Manager that the corresponding .exe process never terminates. Does anyone have any ideas about why this might happen? =20 Thanks, Tim |