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

2013-09-19 Thread Christoph Gohlke
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 .exe. > > Cheers, > > Henry It's probbly the wrong

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

2013-09-19 Thread Antony Lee
Henry: thanks a lot, that would be very appreciated regardless of whether I end up using it in this specific project or not. Other replies below. Antony 2013/9/19 Robert Kern > On Thu, Sep 19, 2013 at 2:40 AM, Antony Lee > wrote: > > > > Thanks, I didn't know that multiprocessing Managers coul

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

2013-09-19 Thread Robert Kern
On Thu, Sep 19, 2013 at 5:58 PM, Antony Lee wrote: > > Henry: thanks a lot, that would be very appreciated regardless of whether I end up using it in this specific project or not. > Other replies below. > > Antony > > 2013/9/19 Robert Kern >> >> On Thu, Sep 19, 2013 at 2:40 AM, Antony Lee wrote:

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

2013-09-19 Thread Antony Lee
2013/9/19 Robert Kern > On Thu, Sep 19, 2013 at 5:58 PM, Antony Lee > wrote: > > > > Henry: thanks a lot, that would be very appreciated regardless of > whether I end up using it in this specific project or not. > > Other replies below. > > > > Antony > > > > 2013/9/19 Robert Kern > >> > >> On

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

2013-09-19 Thread Henry Gomersall
On 2013-09-19 17:58, Antony Lee wrote: > Henry: thanks a lot, that would be very appreciated regardless of > whether I end up using it in this specific project or not. > Other replies below. > I've actually spent rather too long fiddling with Windows on this one! I can't for the life of me get c

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

2013-09-19 Thread Robert Kern
On Thu, Sep 19, 2013 at 2:40 AM, Antony Lee wrote: > > Thanks, I didn't know that multiprocessing Managers could be used with processes not started by multiprocessing itself... I will give them a try. > I just need to compute FFTs, but speed is a real issue for me (I am using the results for real

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

2013-09-19 Thread Henry Gomersall
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 .exe. Cheers, Henry ___ NumPy-Discussion mailing list NumP

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

2013-09-19 Thread Henry Gomersall
On 18/09/13 01:51, Antony Lee wrote: > I need to interface with a 64-bit DLL and use an extension (pyFFTW) > for which I can only find a 32-bit compiled version (yes, I could try > to install MSVC and compile it myself but I'm trying to avoid that...)) I'm now in a position that I might be able