Re: [PythonCE] Bluetooth

2007-01-26 Thread Sureal
There is a wonderful module called PyBluez That should solve all your bluetoof needs. And I'm pretty sure that it will work with pythonCE. ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] annoying progress clock while running wxPython

2007-01-26 Thread Matt S.
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