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.
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to