Re: [python-nl] Error in python multiprocessing!

2016-09-04 Berichten over hetzelfde onderwerp Guido Wesdorp
Hi there, Seems like Martin is right, the error seems to be that your object isn't serializable, and it indeed seems to be 'pickle' that's used for serialization (though I'm not 100% sure). The _io.TextIOWrapper you're trying to queue is probably a 'foreign' object, implemented in C or C++ or sth,

Re: [python-nl] Error in python multiprocessing!

2016-09-03 Berichten over hetzelfde onderwerp Martin Fitzpatrick
Hi Akshay It's a little difficult to understand what you're doing, but as a general rule I would avoid using both multiprocessing and Qt threads (if only because this is going to confuse things). The error you're receiving looks like it is coming from the serialisation (pickle?) of the data in/out