RE: identifying 64-bit Windows from 2.3.5?
- From: "Ivan Shevanski" <darkpaladin79@xxxxxxxxxxx>
- Date: Thu, 09 Jun 2005 02:40:12 -0400
From: Steven Knight <knight@xxxxxxxxxx> To: python-list@xxxxxxxxxx Subject: identifying 64-bit Windows from 2.3.5? Date: Wed, 8 Jun 2005 23:51:15 -0400 (EDT)
If I have installed 2.3.5 from the python.org Windows installer, can any one point me to a run-time way to identify whether I'm running on a 32-bit vs. 64-bit version of Windows XP, given that Python itself was built on/for a 32-bit system?
I hoped sys.getwindowsversion() was the answer, but it returns the same platform value (2) on both 32-bit and 64-bit systems. sys.platform ("win32") and sys.maxint are both set at compile time. Things like os.uname() aren't on Windows.
Can some Windows-savvy Pythonista point me to some way to distinguish between these two?
Thanks,
--SK -- http://mail.python.org/mailman/listinfo/python-list
I really don't think it matters too much which one you have, I have 64 bit and it works fine.
-Ivan
_________________________________________________________________
Don?t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
.
- Prev by Date: Re: Saving/retrieving user preferences
- Next by Date: Re: Make Tkinter child window active
- Previous by thread: Re: identifying 64-bit Windows from 2.3.5?
- Next by thread: RE: identifying 64-bit Windows from 2.3.5?
- Index(es):
Relevant Pages
|