Re: Newbie having issues with threads

2008-08-01 Thread James Calivar
Well, that seemed to do the trick. Thanks for the tip! I guess as a novice and having no investment in the older thread module, I'll just use the Threading module from now on. James = PS Here is my new code snippet: = #!/usr/bin/python import threading class Test(object): def

Re: Newbie having issues with threads

2008-08-01 Thread Raja Baz
On Thu, 31 Jul 2008 14:09:12 -0700, James Calivar wrote: I'm a newbie trying to write a script that uses threads. I'm right now a little bit stuck in understanding why the code snippet I wrote doesn't seem to be entering the function defined in the start_new_thread() call. If I run it as

Newbie having issues with threads

2008-07-31 Thread James Calivar
I'm a newbie trying to write a script that uses threads. I'm right now a little bit stuck in understanding why the code snippet I wrote doesn't seem to be entering the function defined in the start_new_thread() call. If I run it as is (the threaded version), the output is: UA_1 configuring...