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 ---
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
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 kn