[Python-Dev] Multiprocessing module - Synergeticprocessing (my custom module) (original) (raw)
[Python-Dev] Multiprocessing module - Synergeticprocessing (my custom module) - Pickling unPickling issues
Antoine Pitrou solipsis at pitrou.net
Thu Dec 16 15:00:34 CET 2010
- Previous message: [Python-Dev] Multiprocessing module - Synergeticprocessing (my custom module) - Pickling unPickling issues
- Next message: [Python-Dev] Multiprocessing module - Synergeticprocessing (my custom module) - Pickling unPickling issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 16 Dec 2010 15:52:19 +0200 Dimitrios Pritsos <dpritsos at extremepro.gr> wrote:
Hello Michael, OK I will do sent it to the bug tracker. But what about the last issue i.e. that even if the class is transfered-and-pickled-unpickled it raises an exception if the class is defined into the main script and not imported from an other one. (see below) could you please guide me where should I post this for someone to help me fix it!
The likely explanation is that the main module in the parent process isn't the same as in the child process, so fetching the class from that module doesn't work. If that's really important for you you could open a separate issue.
Regards
Antoine.
- Previous message: [Python-Dev] Multiprocessing module - Synergeticprocessing (my custom module) - Pickling unPickling issues
- Next message: [Python-Dev] Multiprocessing module - Synergeticprocessing (my custom module) - Pickling unPickling issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]