How to figure out if the platform is 32bit or 64bit?

Fredrik Lundh fredrik at pythonware.com
Wed Jul 16 10:07:02 EDT 2008


Tim Golden wrote:

> This is included in the latest pywin32-211 as well:
> 
> <code>
> import win32process
> print win32process.IsWow64Process ()
> </code>

on the other hand, "ctypes" is only an import away if you have a current 
Python...

</F>




More information about the Python-list mailing list