[PythonCE] annoying progress clock while running wxPython
Luke Dunstan
coder_infidel at hotmail.com
Fri Jan 26 02:40:55 CET 2007
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
To: Matt S. ; PythonCE at 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. <sleepingbull at gmail.com>
To: PythonCE at 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 at python.org
http://mail.python.org/mailman/listinfo/pythonce
------------------------------------------------------------------------------
_______________________________________________
PythonCE mailing list
PythonCE at python.org
http://mail.python.org/mailman/listinfo/pythonce
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonce/attachments/20070126/c77aeead/attachment.htm
More information about the PythonCE
mailing list