On Sep 5, 3:00 pm, aha <[EMAIL PROTECTED]> wrote:
> Dose anyone know of a cross-platform method for determining the vendor
> of a processor?  Under linux I can check /proc/cpuinfo.  What I'd like
> to be able to do is determine if a processor is AMD or Intel, so that
> I can use the appropriate numerical libraries for my application.
>
> Regards,
>
> Aquil

Additionally, I've tried the platform module...platform.processor() on
my 64-bit AMD system, under Linux, returns x86_64.  And under windows
retruns an empty string ''
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to