[Distutils] current preferred way to specify dependencies? future?

ssteinerX@gmail.com ssteinerx at gmail.com
Tue Jan 12 02:22:41 CET 2010


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



More information about the Distutils-SIG mailing list