Re: error: cannot invoke setopt() - perform() is currently running

2009-01-14 Thread alex goretoy
with threading Thread? > > On 1/15/09, alex goretoy wrote: >> hello all, >> >> I have a problem when using pycurl with threading Thread >> >> from threading import Thread >> >> the error i get is this: >> >> error: cannot invoke setopt() - p

Re: error: cannot invoke setopt() - perform() is currently running

2009-01-14 Thread alex goretoy
toy wrote: > hello all, > > I have a problem when using pycurl with threading Thread > > from threading import Thread > > the error i get is this: > > error: cannot invoke setopt() - perform() is currently running > > > how do I catch a error like this in my code a

error: cannot invoke setopt() - perform() is currently running

2009-01-14 Thread alex goretoy
hello all, I have a problem when using pycurl with threading Thread from threading import Thread the error i get is this: error: cannot invoke setopt() - perform() is currently running how do I catch a error like this in my code and perform a action like wait for perform to finish until it