[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 ( http://www.fa

[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

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

2006-03-20 Thread JoeSox
On 3/20/06, Dino Viehland <[EMAIL PROTECTED]> wrote: > but then we finally blow up because we don't support startfile on the os > module: > Thanks Dino. I was wondering about that. > >>> webbrowser.open_new('http://www.microsoft.com') > Traceback (most recent call last): > File , line 0, in in

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 w

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 PROTECTED

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

2006-03-20 Thread JoeSox
On 3/20/06, Dino Viehland <[EMAIL PROTECTED]> wrote: > 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 si

Re: [IronPython] Website update

2006-03-20 Thread Curt Hagenlocher
> 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. Can't this at least temporarily be addressed with a 404 redirect to the gotdotnet.com site? -- Curt Hagenlocher [EMAIL PROTECTED]

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

2006-03-20 Thread Dino Viehland
If I do this in CPython I get the same result: 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. >>> import webbrowser >>> webbrowser.WindowsDefault.open("http://www.microsoft.com";) Traceback (mos

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? (h

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? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-

Re: [IronPython] Website update

2006-03-20 Thread Giles Thomas
Can I second this? Google returns http://www.ironpython.com/ as its first hit for IronPython... As a result, several people who we've told that we're using IP here have come back to us looking perplexed that we would be working in a language whose last release was 0.6 on July 28, 2004. Of cou