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
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
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