How can I get the target platform info of a dll with Python 3.1.1?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Dec 11 21:18:53 EST 2009


En Fri, 11 Dec 2009 16:39:37 -0300, Isti <istvan.szirtes at gmail.com>  
escribió:

> I have many dll files and I would like to select them into two
> different folders (PC and PPC). For this I need to know the target
> platform of the dll file or any other details about its platform.

Look at sys.platform and the platform module.

-- 
Gabriel Genellina




More information about the Python-list mailing list