Maxwell Hammer wrote:
> On Thu, 16 Jun 2005 16:20:23 -0400, Peter Hansen wrote:
>>If the question was well formulated, and it's been more than a couple of
>>days, you should consider reposting. It's very unusual for a post with
>>such a subject (if it was a clear question) to get _no_ feedback a
Thanks Brian & Martin for the links.
I actually found another good one:
http://linuxgazette.net/107/pai.html
Cheers.
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, 16 Jun 2005 16:20:23 -0400, Peter Hansen wrote:
> Maxwell Hammer wrote:
>> This is related to an earlier post 'Help with thread related
>> tracebacks'...for which I have had no feedback yet :-(
>
> If the question was well formulated, and it's bee
Maxwell Hammer wrote:
> This is related to an earlier post 'Help with thread related
> tracebacks'...for which I have had no feedback yet :-(
If the question was well formulated, and it's been more than a couple of
days, you should consider reposting. It's very unusu
Here's a site that provides an easy, *beginners* example of how to do
threading. You might find this useful too... :-)
http://www.codesampler.com/python.htm
(Look for the "Spawning Threads" section.)
Brian
---
[EMAIL PROTECTED] wrote:
> see http://aspn.activestate.com/ASPN/Cookbook/Python/Re
see http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65448 for a
useful recipe on how to do threading
--
http://mail.python.org/mailman/listinfo/python-list
n earlier post 'Help with thread related
> tracebacks'...for which I have had no feedback yet :-(
>
> How should a thread complete i.e. how should it exit?
> Reading the python online docs one gets the idea that simply returning is
> OK - but I'm not sure.
> Is it ok t
Hi all,
This is related to an earlier post 'Help with thread related
tracebacks'...for which I have had no feedback yet :-(
How should a thread complete i.e. how should it exit?
Reading the python online docs one gets the idea that simply returning is
OK - but I'm not sure.
I
Hope someone can help with a problem I'm having.
A python program I wrote terminates with the following traceback.
*** start traceback ***
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.4/atexit.py", line 22, in _run_exitfuncs
func(*targs, **kargs)