On Mon, 25 May 2009 23:54:45 +0200 "Martin v. Löwis" <mar...@v.loewis.de> wrote:
> > I am looking for a robust, cross-platform way to determine if I am > > on a 32 bit or a 64 bit Python and if the numpy installation is > > also 32 bit or 64 bit. > > You can find out the size of a pointer with struct.calcsize("P") * 8. > Numpy will have the same configuration if you can import it. That works great. Thank you. Best Regards Martin -- http://mail.python.org/mailman/listinfo/python-list