Re: [IronPython] TypeError: readonly attribute

2006-03-20 Thread Dino Viehland
Ultimately we want to replace gotdotnet.com w/ something that will enable this but unfortunately we're still a couple of months away from doing that (at the earliest). Do you want to help develop Dynamic languages on CLR?

Re: [IronPython] Website update

2006-03-20 Thread Dino Viehland
We do actually want to do a site redesign (and it's a known issue in our bug database :) ) but it's just a matter of getting the resources to do so. We'll get it updated before 1.0, but I'm not sure how much before 1.0 we'll get it done. Do you want to help develop Dynamic languages on CLR?

Re: [IronPython] Website update

2006-03-20 Thread Keith J. Farmer
Site redesign, arguably, should take a back seat to site accuracy. I second/third/etc the idea of posting a simple notice at the top of the page directing users to the gdn site. - Keith J. Farmer // [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [IronPython] TypeError: unbound method open must be called with ....

2006-03-20 Thread Dino Viehland
Yes, calling System.Diagnostics.Process.Start is the solution - the one catch here is we need to set UseShellExecute = true (I'm not sure if that's the default or not, I belive the setting is in ProcessStartInfo as well). Given the simplicity of the fix it should be there in beta 5... Do you

[IronPython] BUG: subclassing tuple not working

2006-03-20 Thread Anthony Tarlano
Here is the CPython behavior: Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32 Type help, copyright, credits or license for more information. class myTuple(tuple): ... pass ... t = myTuple() t () Here is the IronPython behavior: IronPython 1.0.2258 (Beta) on

[IronPython] IronPython IDE

2006-03-20 Thread Ray Vernagus
Recently there was some discussion about which IDE's people were using for programming in IronPython. I apologize if this is already well-known or if it has been mentioned before but I wanted to share a discovery that I made today. I use Eclipse ( http://www.eclipse.org/ ) and PyDev (