En Sat, 21 Apr 2007 08:13:10 -0300, pradeep nair <[EMAIL PROTECTED]>  
escribió:

> How do i determine the type of OS i'm working on using python??(i.e
> whether CentOS,Fedora,SLES,.......along with the version)

os.uname()
If you need more detailed information try the platform module

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to