Re: Detecting OS platform in Python

2008-01-11 Thread MrJean1
On Jan 10, 7:53 pm, Benjamin <[EMAIL PROTECTED]> wrote: > On Jan 10, 8:37 pm, Devraj <[EMAIL PROTECTED]> wrote:> Hi everyone, > > > My Python program needs reliably detect which Operating System its > > being run on, infact it even needs to know which distribution of say > > Linux its running on. T

Re: Detecting OS platform in Python

2008-01-11 Thread Nikita the Spider
In article <[EMAIL PROTECTED]>, Mike Meyer <[EMAIL PROTECTED]> wrote: > On Thu, 10 Jan 2008 18:37:59 -0800 (PST) Devraj <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > > > My Python program needs reliably detect which Operating System its > > being run on, infact it even needs to know which d

Re: Detecting OS platform in Python

2008-01-11 Thread Paul Boddie
On 11 Jan, 04:14, Mike Meyer <[EMAIL PROTECTED]> wrote: > On Thu, 10 Jan 2008 18:37:59 -0800 (PST) Devraj <[EMAIL PROTECTED]> wrote: > > > My Python program needs reliably detect which Operating System its > > being run on, infact it even needs to know which distribution of say > > Linux its runnin

Re: Detecting OS platform in Python

2008-01-10 Thread Benjamin
On Jan 10, 8:37 pm, Devraj <[EMAIL PROTECTED]> wrote: > Hi everyone, > > My Python program needs reliably detect which Operating System its > being run on, infact it even needs to know which distribution of say > Linux its running on. The reason being its a GTK application that > needs to adapt its

Re: Detecting OS platform in Python

2008-01-10 Thread Mike Meyer
On Thu, 10 Jan 2008 18:37:59 -0800 (PST) Devraj <[EMAIL PROTECTED]> wrote: > Hi everyone, > > My Python program needs reliably detect which Operating System its > being run on, infact it even needs to know which distribution of say > Linux its running on. The reason being its a GTK application th

Detecting OS platform in Python

2008-01-10 Thread Devraj
Hi everyone, My Python program needs reliably detect which Operating System its being run on, infact it even needs to know which distribution of say Linux its running on. The reason being its a GTK application that needs to adapt itself to be a Hildon application if run on devices like the N800.