En Sat, 21 Apr 2007 08:13:10 -0300, pradeep nair <deepns7 at gmail.com> 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