[IronPython] Try Python updated for IronPython 2.6 Silverlight 4 (sort of)

2010-04-25 Thread Michael Foord
Hello all, I've updated Try Python to use IronPython 2.6.1 and it now works with Silverlight 4 - mostly. http://www.trypython.org/ It works with Firefox and IE on Windows and Safari on Mac OS X, but throws a weird error (for me at least) with Firefox on Mac OS X. SystemError:

[IronPython] Accessing assembly names from Silverlight

2010-04-25 Thread Michael Foord
Hello all, The following code dies in Silverlight: import clr clr.AddReference(System.Xml) System.Xml in [assembly.GetName().Name for assembly in clr.References] SystemError: Security transparent method System.Reflection.Assebly.GetName() cannot access Microsoft.Scripting.Actions... using