ok trying again from scratch as I must be missing something.
On the download site:
http://sourceforge.net/project/showfiles.php?group_id=104228
there are five files available for download.
I have tried using just the:
PythonCE-2.3.5-20051223-setup.exe
and running from a windoze box which sy
I wrote small program using "threading" module. Inherited
"threading.Thread" class and started new thread. Started the program and
found that process is terminated when main program is finished even if
there are active non-daemonic threads.
Checked this program at desktop Python24 and it was exe
I had similar difficulties actually. Perhaps I'm just not using Tkinter
right but I just get a no module named Tkinter. I unziped the
Tkinter-Files into the toplevel directory on my PDA just after installing
the latest PythonCE.
> Send PythonCE mailing list submissions to
> pythonce@python.o
I was under the impression that threading wasn't fully supported on
pythonCE and the thread class is just a dummy class. Has this changed
or am I just plain wrong?
On 1/29/06, Дмитрий Беляев <[EMAIL PROTECTED]> wrote:
> I wrote small program using "threading" module. Inherited
> "threading.Thread