pickle error by multiprocessing

Tim Golden mail at timgolden.me.uk
Sat Feb 14 11:17:55 EST 2015


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 like the others
> We asked our prof, but he doesn't know what I can do :s
> I have already reinstalled python and all the packages
> Can i do something else?

Without seeing at least some failing code, it's hard to know what to 
advise. However, multiprocessing does operate differently on Windows 
than on Linux/OSX. In particular, make sure you've read the Programming
Guidelines:

https://docs.python.org/2/library/multiprocessing.html#windows

TJG



More information about the Python-list mailing list