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