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

[BangPypers] Silver Sponsor for PyCon India 2016: IAMAI

2016-08-27 Thread chandan kumar
Hello everyone, We are delighted to announce our latest Silver Sponsor: IAMAI[1] Thanks IAMAI for supporting PyCon India 2016! Links: [1]. http://www.iamai.in Thanks, Chandan Kumar ___ BangPypers mailing list BangPypers@python.org https://mail.python

[BangPypers] Gold Sponsor for PyCon India 2016: DigitalOcean

2016-08-27 Thread chandan kumar
Hello everyone, We are delighted to announce our latest Gold Sponsor: DigitalOcean[1] Thanks DigitalOcean for supporting PyCon India 2016! Links: [1]. http://www.digitalocean.com Thanks, Chandan Kumar ___ BangPypers mailing list BangPypers@python.org

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