Re: [IronPython] What is a good way to determine OS platform with IronPython?

2011-01-10 Thread Jeff Hardy
On Mon, Jan 10, 2011 at 3:37 PM, Douglas Blank dbl...@brynmawr.edu wrote: Now that IronPython runs on other operating systems, what is the recommended way to determine the os when running IP? `os.name` is probably what you want. There was some discussion on python-dev about a module (or

Re: [IronPython] What is a good way to determine OS platform with IronPython?

2011-01-10 Thread Doug Blank
On Mon, Jan 10, 2011 at 3:37 PM, Douglas Blank dbl...@brynmawr.edu wrote: Now that IronPython runs on other operating systems, what is the recommended way to determine the os when running IP? `os.name` is probably what you want. There was some discussion on python-dev about a module (or

Re: [IronPython] What is a good way to determine OS platform with IronPython?

2011-01-10 Thread Dino Viehland
Doug wrote: On Mon, Jan 10, 2011 at 3:37 PM, Douglas Blank dbl...@brynmawr.edu wrote: Now that IronPython runs on other operating systems, what is the recommended way to determine the os when running IP? `os.name` is probably what you want. There was some discussion on python-dev