[IronPython] PyCon 2011 - Full talk and tutorial list now available!

2011-01-10 Thread Michael Foord
I'm very pleased to announce, on behalf of the PyCon 2011 Program committee, and entire PyCon 2011 volunteer staff, that the full list of PyCon 2011 talks is now public, and available! This was an especially hard year for the PyCon program committee: we had over 200 proposals for only 95 total

[IronPython] Rescue clause?

2011-01-10 Thread Daniel Jennings
Is there some sort of crazy IronPython rescue keyword, or is this just from an IronRuby copy/paste? From http://ironpython.net/documentation/dotnet/ : Given that raise results in the creation of both a Python exception object and a .NET exception object, and given that rescue can catch both

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

Re: [IronPython] Adding Unit Tests

2011-01-10 Thread Dino Viehland
To add a new test you can modify the %DLR_Root%\Test\IronPython.tests file and add something like: Test Nametest_csv_cpy/Name Filename%DLR_ROOT%\Languages\IronPython\Internal\ipy.bat/Filename Arguments Test\test_csv.py/Arguments

Re: [IronPython] IronPython 2.7B1 non-default install location not working

2011-01-10 Thread yngipy hernan
On Sat, Jan 8, 2011 at 10:45 PM, Jeff Hardy jdha...@gmail.com wrote: On Sat, Jan 8, 2011 at 7:19 PM, yngipy hernan yng...@gmail.com wrote: Hi All, I seem to remember that this was already reported in CodePlex but I can't find it. Anyway, what I have observed was that if I install