Re: [PythonCE] Bug?

2007-01-18 Thread Luke Dunstan
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, January 15, 2007 7:03 PM Subject: [PythonCE] Bug? > Hello, trying to discover if socket module has bluetooth support, I typed > in the python console help(socket). This blocks the idle, no other action >

[PythonCE] Bug?

2007-01-15 Thread ricercar
Hello, trying to discover if socket module has bluetooth support, I typed in the python console help(socket). This blocks the idle, no other action it's possible. If I do help(another-module) there's no problem (example help(os)). I'm working on a Dell Axim x51v, python 2.5 last release. Regard

Re: [PythonCE] Bug in threading module

2006-01-29 Thread Jason Adams
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

[PythonCE] Bug in threading module

2006-01-29 Thread Дмитрий Беляев
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