Re: pickle error by multiprocessing

2015-02-19 Thread perfectican
I guess, The issue is not caused by multiprocessing. make sure you are pickling right object that can be pickable or not. Best way is run it in a console and test at which object the pickling error is occurring and then try to change the object which could be pickable. -- https://mail.python.or

Re: pickle error by multiprocessing

2015-02-15 Thread Albert-Jan Roskam
On Sun, Feb 15, 2015 7:43 AM CET dieter wrote: >Martijn Millecamp writes: > >> for a schoolproject we had to build a robot and control this robot with a >> gui to follow a pathWe use multiprocessingand in our group 2 people can run >> the codebut if i run the code,

Re: pickle error by multiprocessing

2015-02-14 Thread dieter
Martijn Millecamp writes: > for a schoolproject we had to build a robot and control this robot with a gui > to follow a pathWe use multiprocessingand in our group 2 people can run the > codebut if i run the code, i got a pickle errorI have a windows 7 and use > python 2.7 just like the othersW

Re: pickle error by multiprocessing

2015-02-14 Thread Tim Golden
On 14/02/2015 13:19, Martijn Millecamp wrote: for a schoolproject we had to build a robot and control this robot with a gui to follow a path We use multiprocessing and in our group 2 people can run the code but if i run the code, i got a pickle error I have a windows 7 and use python 2.7 just lik

pickle error by multiprocessing

2015-02-14 Thread Martijn Millecamp
hey for a schoolproject we had to build a robot and control this robot with a gui to follow a pathWe use multiprocessingand in our group 2 people can run the codebut if i run the code, i got a pickle errorI have a windows 7 and use python 2.7 just like the othersWe asked our prof, but he doesn't