Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Keith Rome
Yes, it seems that is a much better way to go, and appears to work for SL4/5 and v2 profiles where dynamic was causing issues. Even though I know my way around a little, there is still a lot to be learned. I didn't even notice the existence of that property before. Keith Rome Senior Consultant

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Tomas Matousek
Fixed. There is one remaining error when building for Silverlight4 (that is not my fault): ResourceMetaPathImporter.load_module uses "dynamic" keyword. The C# runtime binder isn't referenced by Silverlight4 build. I'm wondering why dynamic is used there. Tomas From: ironpython-users-bounces+

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Slide
What about context.LanguageContext.SystemStateModules? On Tue, Apr 24, 2012 at 9:37 AM, Keith Rome wrote: > That one was my fault, as it wasn’t obvious to me how to reach sys.modules > otherwise. There is a pull request pending to drop the dynamic usage (it > worked on desktop CLR but not others)

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Keith Rome
That one was my fault, as it wasn't obvious to me how to reach sys.modules otherwise. There is a pull request pending to drop the dynamic usage (it worked on desktop CLR but not others). I changed it to use this method instead (which seems to work on all platforms): (PythonDictionary)context.La

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Tomas Matousek
Looks like my fault. Sorry about that. Fixing. Tomas From: ironpython-users-bounces+tomas.matousek=microsoft@python.org [mailto:ironpython-users-bounces+tomas.matousek=microsoft@python.org] On Behalf Of Keith Rome Sent: Tuesday, April 24, 2012 8:00 AM To: trapped.into.c...@gmail.com; Sl

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Keith Rome
I have also been having problems getting Microsoft.Dynamic to build for the Silverlight targets. If I revert commit 4d99cbae91724fc9b982b581d5ad79193991439e "Win8 build fixes" from around 10 days ago, then it builds for me. Build output is similar, but not exactly the same: -- Build started

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Pratik Paranjape
I installed mono from source...they laid out full 4.0 compiler support in 2.8. But they also say this in road map for 2.12: "Complete .NET 4.0 Core Support " current is 2.10 is that possibly what I am missing? I can go in detail with dependencies if they are listed somewhere Thanks again.

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Pratik Paranjape
Thanks for reply. command I was using: $> xbuild /p:Configuration=Release Solutions/IronPython.sln I checked common.proj, but I am not sure what platform to choose. CentOS Mono 2.10. Error stack: Errors: /home/user/ironpysource/IronLanguages-main-77f5251/Solutions/IronPython.sln (default targe