Re: [python-win32] multiprocessing pickle problem in win32
by Mark Hammond other posts by this author
Nov 4 2009 2:03AM messages near this date
Re: [python-win32] multiprocessing pickle problem in win32
|
Re: [python-win32] multiprocessing pickle problem in win32
On 4/11/2009 5:13 AM, Rob Brown-Bayliss wrote:
> On Wed, Nov 4, 2009 at 5:34 AM, Aahz<aahz@[...].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 modu
le 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
_______________________________________________
python-win32 mailing list
python-win32@[...].org
http://mail.python.org/mailman/listinfo/python-win32
Thread:
Rob Brown-Bayliss
Aahz
Rob Brown-Bayliss
Mark Hammond
Rob Brown-Bayliss
Mark Hammond
Paul Bilokon
Mark Hammond
Paul Bilokon
Rob Brown-Bayliss
Harald Armin Massa
Rob Brown-Bayliss
|