[IronPython] Fwd: Ironpython delegates...

Antonio Piteira antonio.piteira at wtvision.com
Sun Feb 22 19:26:28 CET 2009


Found the solution...

clr.AddReference("Ironpython")
from IronPython.Compiler import CallTarget0

I was looking in the wrong place.

--------------------------------------------------------------------------------------------------------------------------


I've been searching for CallTarget0 and from what I read it should be in
Microsoft.Scripting.dll, but when I add the reference to clr and
import CallTarget0
 from Microsoft.Scripting.dll I get this message:
---------------------------
Error...
---------------------------
Cannot import name CallTarget0
---------------------------
OK
---------------------------

Any ideas?

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090222/84c3d57f/attachment.html>


More information about the Ironpython-users mailing list