On Oct 4, 1:34 pm, Robert Kern <robert.k...@gmail.com> wrote:

> My previous statement notwithstanding, there is a way to hack this. The
> windows-specific implementation of the class multiprocessing.forking.Popen 
> uses
> a global variable, _python_exe, to determine the executable to use. Instead, 
> you

What I've been looking at since I first posted is that that
_python.exe variable is built from sys.exec_prefix.  So, I think that
I can make it work by resetting sys.exec_prefix to the install dir of
the 32 bit version before creating the new Process().
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to