Re: [IronPython] Metaclass Error

2006-04-07 Thread Dino Viehland
CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nathan R. Ernst Sent: Thursday, April 06, 2006 7:37 PM To: users@lists.ironpython.com Subject: [IronPython] Metaclass Error  

[IronPython] Metaclass Error

2006-04-06 Thread Nathan R. Ernst
With the following (contrived) metaclass sample, I get a NotImplementedError on the indicated line.  It appears to be due to IPythonContainer interface members being unimplemented in IronPython.Runtime.ReflectedType.  I’ve attached the .Net stack separately as it was a little ugly.