That did it! Thanks Luke. Matt
On 1/25/07, Luke Dunstan <[EMAIL PROTECTED]> wrote:
try: import _pcceshell_support except ImportError: # This can happen if PythonCE was started with the /nopcceshell argument pass else: _pcceshell_support.Busy(0) Luke ----- Original Message ----- *From:* Stefan Johansson <[EMAIL PROTECTED]> *To:* Matt S. <[EMAIL PROTECTED]> ; PythonCE@python.org *Sent:* Friday, January 26, 2007 7:39 AM *Subject:* Re: [PythonCE] annoying progress clock while running wxPython I had the same problem. It does eventually go away but it takes a long time, like minutes. Unfortunately I never found a solution. Stefan ----- Original Message ---- From: Matt S. <[EMAIL PROTECTED]> To: PythonCE@python.org Sent: Thursday, January 25, 2007 4:28:20 PM Subject: [PythonCE] annoying progress clock while running wxPython When I run wxPython code on my windows mobile 4.0 device I get this pin-wheel like progress clock that won't go away. I can interact with the widgets, no problem, but the pin-wheel is a real eyesore. I'm running PythonCE 2.4 and wxPython 2.7.0. Has anyone ran into this problem or does anyone know how to resolve it? Thanks! Matt _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce ------------------------------ _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce
_______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce