[IronPython] Dynamic keyword, Ironpython and Silverlight?

Kristian Jaksch kristian.jaksch at gmail.com
Sun Jun 6 21:03:09 CEST 2010


In the example I attached I'm not even sure that the "dynamic" keyword is
the problem here. Even if I do like below (in silverlight):

            var ipy = Python.CreateRuntime();
            ipy.UseFile("test.py"); //This still throws the same exception

Does anyone perhaps has a working SL example that I can look at where the
dynamic keyword is used with python files?

Thanks for your help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100606/3296bb3d/attachment.html>


More information about the Ironpython-users mailing list