En Mon, 29 Oct 2007 20:26:40 -0300, Abandoned <[EMAIL PROTECTED]> escribió:
> Now this is my real code and the problem continue.
> What is the mistake?
I don't see where you define "query" so this can't be your complete code.
>
> import threading
>
>
> class GetData(threading.Thread):
>def
On Oct 29, 11:29 pm, Alan Franzoni
<[EMAIL PROTECTED]> wrote:
> Il Mon, 29 Oct 2007 09:08:01 -0700, Abandoned ha scritto:
>
> > I'm sorry my bad english.
> > King regards..
>
> You must have messed up with something. You didn't post a working snippet
> in first place, so you should do it now. I sup
Il Mon, 29 Oct 2007 09:08:01 -0700, Abandoned ha scritto:
> I'm sorry my bad english.
> King regards..
You must have messed up with something. You didn't post a working snippet
in first place, so you should do it now. I suppose you're working with some
editor or IDE which mantains the very same i
Hi..
I have a interesting threading result..
class GetData(threading.Thread):
def __init__(self, name):
threading.Thread.__init__(self)
self.name = name
def run(self):
self.data={2:3, 3:4...}
current = GetData(a)
nlist.append(current)
current.start()
end=[]
dd=nlist[0