In the example I attached I&#39;m not even sure that the &quot;dynamic&quot; keyword is the problem here. Even if I do like below (in silverlight):<br><br>            var ipy = Python.CreateRuntime();<br>            ipy.UseFile(&quot;test.py&quot;); //This still throws the same exception<br>
<br>Does anyone perhaps has a working SL example that I can look at where the dynamic keyword is used with python files?<br><br>Thanks for your help!<br><br>