Re: [PythonCE] UI?

2007-02-06 Thread Bandung
Start with Tkinter. It comes with Python2.5 You will have to install tcl in order to use it. Go to this thread and read it if you are having difficulties in getting your Tkinter/tcl installation working. The thread includes the latest copies of tcl for wince. Make sure that you include Celib

[PythonCE] UI?

2007-02-06 Thread Sergey Chernov
Does anybody use any GUI with pythonCE? I'd be happy to hear anything about it. smime.p7s Description: S/MIME cryptographic signature ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Bluetooth

2007-02-06 Thread Ruben
Hello, I have extracted the libraries and files that I think contain the core of the Bluetooth stack for Windows CE. Now I will get the Python.h from the source code of PythonCE in order to compile the libraries (after pass them through SWIG) and get Python loadable modules with the B