This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients Decade, sbt
Date 2013-04-30.10:43:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367318588.46.0.877625480777.issue17874@psf.upfronthosting.co.za>
In-reply-to
Content
Some sort of error is expected.

On Windows any functions or classes used in a task sent the executor must be picklable/unpicklable.  This means that they must be defined in an importable module rather than being defined in the interactive shell.

On Unix, you can use a definition made in the interactive shell, but *only* if it was defined before starting the executor.
History
Date User Action Args
2013-04-30 10:43:08sbtsetrecipients: + sbt, Decade
2013-04-30 10:43:08sbtsetmessageid: <1367318588.46.0.877625480777.issue17874@psf.upfronthosting.co.za>
2013-04-30 10:43:08sbtlinkissue17874 messages
2013-04-30 10:43:08sbtcreate