Re: [Numpy-discussion] multiprocessing, numpy and 32-64 bit cohabitation

2013-09-20 Thread Antony Lee
Thanks a lot! Antony 2013/9/20 Henry Gomersall > On 18/09/13 01:51, Antony Lee wrote: > > While I realize that this is certainly tweaking multiprocessing beyond > > its specifications, I would like to use it on Windows to start a > > 32-bit Python process from a 64-bit Python process (use case:

Re: [Numpy-discussion] multiprocessing, numpy and 32-64 bit cohabitation

2013-09-20 Thread Henry Gomersall
On 18/09/13 01:51, Antony Lee wrote: > While I realize that this is certainly tweaking multiprocessing beyond > its specifications, I would like to use it on Windows to start a > 32-bit Python process from a 64-bit Python process (use case: I need > to interface with a 64-bit DLL and use an exte

Re: [Numpy-discussion] multiprocessing, numpy and 32-64 bit cohabitation

2013-09-20 Thread Henry Gomersall
On 2013-09-19 23:12, Christoph Gohlke wrote: > On 9/19/2013 1:06 AM, Henry Gomersall wrote: >> On 19/09/13 09:05, Henry Gomersall wrote: >>> I've had feedback that this is possible. Give me a few hours and I'll >>> see what I can do... >> >> I mean that it builds under win 64-bit. I'll prob push a