[IronPython] IronPython kills CLR

2006-01-10 Thread Szymon Kobalczyk
I finally found why my NUnit suite doesnt work anymore. It occurs that its caused by following test case: string script = @" class Rectangle1(object): def __init__(self, width, height): self.width = width self.height = height def getArea(self):

Re: [IronPython] Missing bin?

2006-01-10 Thread Martin Maly
The bin directory is, indeed, gone. We re-structured the zip file (the former bin directory contents are now directly in the main installation directory), but - apparently - forgot to update few references here and there. Thanks for pointing this out. Martin -Original Message- From: [E

Re: [IronPython] Method overload

2006-01-10 Thread J. Merrill
Clearly, having IP make the right which-overload decision a very high percentage of the time is desirable, but it's not a "portability of my Python code" issue if I need to do something special to invoke the desired overload.  But it is _critical_ that we be able to determine, in IP alone (without

[IronPython] Missing bin?

2006-01-10 Thread Simon Faulkner
Just downloaded beta 1.0 BETA 1 The read me says "After unpacking the distribution of IronPyhon, you can complete the installation by adding the included 'bin' directory to your PATH. To test your installation, you should launch the interactive interpreter as shown below:" But when you unzip

Re: [IronPython] Method overload

2006-01-10 Thread Dino Viehland
Yes, I actually didn't realize that this worked w/ non generic parameters - but it does.  I'm not sure if we have a good description of his but I'll look around and/or see if we can get something on the Wiki.   From: [EMAIL PROTECTED] On Behalf Of J. Merrill Sent: Monday, January 09, 2006 7:41