Re: [IronPython] Socket's life after close()

2007-01-18 Thread Haibo Luo
This might be related to our lack of nt.dup(). I filed a new bug (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=7451) to track this. Sorry, we missed the comment left by amecha in codeplex. If you see any bug has not been fixed, please do not hesitate to re-activate it or sen

[IronPython] Traceback line numbers in Mono (workaround)

2007-01-18 Thread Sanghyeon Seo
Hallo, alle Mono Nutzer, (or something like that) One of the most annoying things in using IronPython on Mono is that line numbers are missing in tracebacks. There is a workaround now! For full details see http://bugzilla.ximian.com/show_bug.cgi?id=80191 Summary: mono --debug ipy.exe -X:SaveAsse

[IronPython] Socket's life after close()

2007-01-18 Thread Sanghyeon Seo
Issue #1368 is closed, but its primary use case is still broken. Have you tested with original poster's test case, urllib.urlopen()? amecha commented on Jan 10 about this closed issue stating that it is still broken and I can confirm. (btw, shouldn't the original poster be able to re-open the bug?

Re: [IronPython] Potential issue with the 'in' construction?

2007-01-18 Thread Dino Viehland
This is a bug, thanks for reporting it. Ops.In() needs to check for IPythonContainer before checking for IDictionary to detect the overridden method. I've opened bug 7426 for this (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=7426). -Original Message- From: [EMAIL

Re: [IronPython] Potential issue with the 'in' construction?

2007-01-18 Thread Sylvain Hellegouarch
Forgot to say that I tested with the latest IPCE svn trunk build against mono 1.2 - Sylvain Sylvain Hellegouarch wrote: > Hi folks, > > Say I have the following class: > > class Test(dict): > def __getitem__(self, key): > print "__gelitem__ called" > return dict.__getitem__(

[IronPython] Potential issue with the 'in' construction?

2007-01-18 Thread Sylvain Hellegouarch
Hi folks, Say I have the following class: class Test(dict): def __getitem__(self, key): print "__gelitem__ called" return dict.__getitem__(self, key.title()) def __setitem__(self, key, value): print "__selitem__ called" dict.__setitem__(self, key.title(),

Re: [IronPython] IronPython on Ubuntu

2007-01-18 Thread Sanghyeon Seo
2007/1/18, Web Mayfield <[EMAIL PROTECTED]>: > Are there any instructions anywhere about how to get IronPython 1.0.1 > running with Mono 1.1.13.6? It is not possible. Okay, it is possible, but is not worth the effort. Please upgrade. I perfectly understand your desire to stick to the provided pac

Re: [IronPython] IronPython on Ubuntu

2007-01-18 Thread Sylvain Hellegouarch
Web Mayfield wrote: > Are there any instructions anywhere about how to get IronPython 1.0.1 running > with Mono 1.1.13.6? Is IP 1.0.1 even compatible with Mono 1.1.13.6 or am I > going to have to figure out how to upgrade Mono to a higher version? There > probably is and I was just didn't find