Here you have the results on a AMD64/Vista:
C:\Python25>python
Python 2.5.4 (r254:67916, Dec 23 2008, 15:19:34) [MSC
v.1400 64 bit (AMD64)] on
win32
Type "help", "copyright",
"credits" or "license" for more
information.
Here you have the results on a AMD64/Vista:
C:\Python25>python
Python 2.5.4 (r254:67916, Dec 23 2008, 15:19:34) [MSC
v.1400 64 bit (AMD64)] on
win32
Type “help”, “copyright”,
“credits” or “license” for more
information.
import sys
sys.platform
‘win32’
import os os.name
‘nt’
os.environ[‘OS’]
‘Windows_NT’
import platform
platform.system()
‘Windows’
ok, so it still reports ‘win32’ and so that’s not the problem…