Re: [BangPypers] Fwd: Error in python multiprocessing!

2016-08-27 Thread Vishal
Hi Akshay, For multiprocessing to work fine, everything used in the function and the function itself should be "pickle able". There were issues with function calls being pickled on Windows. Make sure you can pickle all your calls separately on your platform. Vishal On Aug 27, 2016 11:24 PM, "Jays

Re: [BangPypers] Fwd: Error in python multiprocessing!

2016-08-27 Thread Jaysinh shukla
On Aug 27, 2016 10:19 PM, "Akshay Verma" wrote: > > I am working on a Qt based GUI which takes in a stream of file paths coming > from a separate process and reads those data file for post-processing and > plotting. Since post-processing and plotting have become a bit involved, > there is a reques

[BangPypers] Fwd: Error in python multiprocessing!

2016-08-27 Thread Akshay Verma
Hi, Could you guys suggest a solution for the problem described in the message attached below? -- अग्रेषित संदेश -- प्रेषक: "Akshay Verma" दिनांक: 27/08/2016 10:16 विषय: Error in python multiprocessing! प्रति: प्रतिलिपि: Hi all, After a lot of searching on the internet, I am loo