On Jan 11, 2010, at 8:01 PM, David Lyon wrote:
> When I run the same thing:
> 
>> import platform
>> platform.machine()
>> 'x86'

Just as a data point, I get:

import platform
platform.machine()
'i386'

on a dual processor quad core Mac Pro.

S

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to