Re: [IronPython] Location of CallTargetN

2006-09-04 Thread Sanghyeon Seo
2006/9/4, Brian Quinlan <[EMAIL PROTECTED]>: > It seems like the location of the CallTarget1..n wrappers has changed i.e. > So does anyone know where these functions live now? It's now in IronPython.Runtime.Calls namespace. Seo Sanghyeon ___ users maili

[IronPython] Location of CallTargetN

2006-09-04 Thread Brian Quinlan
It seems like the location of the CallTarget1..n wrappers has changed i.e. >>> import IronPython.Runtime >>> IronPython.Runtime.CallTarget0 Traceback (most recent call last): File , line 0, in ##10 AttributeError: 'module' object has no attribute 'CallTarget0' But the IronPython tutorial has