[IronPython] IronPython 2.6 CodePlex Source Update

2010-08-24 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/76397. MODIFIED SOURCES $/IronPython/IronPython_Main/Scripts/Bat/BuildRowan.cmd

[IronPython] Help me help you: What would you like to see us do with IronRuby?

2010-08-24 Thread Afriza N. Arief
Help me help you: What would you like to see us do with IronRuby? http://twtpoll.com/25yxuj Source: http://twitter.com/shanselman/status/21973813667 ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpyt

Re: [IronPython] embedded ironpython in silverlight - class definitions

2010-08-24 Thread Dino Viehland
I think this issue is an old version of IronPython. Silverlight 4 included a breaking change which broke IronPython 2.0.2 and maybe 2.6.0. I think we fixed the issues for 2.0.3 and 2.6.1. So the solution should be to use a newer version of IronPython. From: users-boun...@lists.ironpython.com

Re: [IronPython] embedded ironpython in silverlight - class definitions

2010-08-24 Thread Jimmy Schementi
When I run that code (with Visual Studio 2010, Silverlight 4, and IronPython 2.7) I get a Python syntax error "unexpected token ", because you don't have a ":" after the __init__ function. When that is corrected, your example works properly. Here's the working example: http://jimmy.schementi.com/s

[IronPython] embedded ironpython in silverlight - class definitions

2010-08-24 Thread Fortelny, Stephan
hi there, i'm trying to use ironpython embedded in silverlight there is a tutorial here http://www.voidspace.org.uk/ironpython/silverlight/embedding_ironpython.shtml but it seems that you can not define your own classes. When doing this in a script i get an "MethodAccessException" when accessing