[python-win32] multiprocessing pickle problem in win32

Mark Hammond skippy.hammond at gmail.com
Wed Nov 4 11:02:54 CET 2009


On 4/11/2009 5:13 AM, Rob Brown-Bayliss wrote:
> On Wed, Nov 4, 2009 at 5:34 AM, Aahz<aahz at pythoncraft.com>  wrote:
>> On Tue, Nov 03, 2009, Rob Brown-Bayliss wrote:
>>>
>>> When I run the following code in linux all goes well.  But when I try
>>> in win32 I get a pickle error saying it cant pickle None Type when I
>>> start the process.
>>
>> You need to provide a full traceback.
>
> Here it is.
>
>>>> C:\Python26\lib\site-packages\MySQLdb\__init__.py:34: DeprecationWarning: the sets module is deprecated
>    from sets import ImmutableSet
> [<Connection(Connection-1, initial)>,<Connection(Connection-2,
> initial)>,<Connection(Connection-3, initial)>]
> Traceback (most recent call last):
>    File "C:\Python26\Lib\SITE-P~1\PYTHON~1\pywin\framework\scriptutils.py",
> line 312, in RunScript

I'd try running it from python.exe to see if it is something funky about 
the pythonwin execution environment...

Cheers,

Mark


More information about the python-win32 mailing list