<div dir="ltr">Thanks a lot!<br>Antony<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/20 Henry Gomersall <span dir="ltr"><<a href="mailto:heng@cantab.net" target="_blank">heng@cantab.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 18/09/13 01:51, Antony Lee wrote:<br>
</div><div class="im">> While I realize that this is certainly tweaking multiprocessing beyond<br>
> its specifications, I would like to use it on Windows to start a<br>
> 32-bit Python process from a 64-bit Python process (use case: I need<br>
> to interface with a 64-bit DLL and use an extension (pyFFTW) for which<br>
> I can only find a 32-bit compiled version (yes, I could try to install<br>
> MSVC and compile it myself but I'm trying to avoid that...))<br>
<br>
</div>There is now a release on PyPI including installers for both 32- and<br>
64-bit Python 2.7, 3.2 and 3.3.<br>
<br>
The long double schemes are ignored as on 64-bit windows that type<br>
simply maps to double (though it should be seamless from the<br>
Python/Numpy end).<br>
<br>
All tests satisfied :) (that was some work!)<br>
<br>
Cheers,<br>
<div class="HOEnZb"><div class="h5"><br>
Henry<br>
_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</div></div></blockquote></div><br></div>