Re: [Ironpython-users] How to get lib json in ironpython

2014-04-03 Thread Markus Schaber
Hi, Lin, You need to provide the IronPython standard library to your application. The IronPython standard library consists of two parts: The IronPython.modules.dll (which roughly represents the "native" part of the cPython standard library) and a Directory full of python files (which is nearly

[Ironpython-users] .NET Foundation

2014-04-03 Thread Keith Rome
With the announcement today of .NET Foundation "umbrella" for all of Microsoft's open-sourced products, I am curious about what distinguishes the DLR/IronLanguages work from some of these others? Is it simply forgotten about by Microsoft, or is there some other reason it is left out as a black s

[Ironpython-users] How to get lib json in ironpython

2014-04-03 Thread Lin LIU
Hello everyone, I'm a newbie of IronPython and I'm a python user since 3 years. Actually, I work on a .NET based project in which I use IronPython to call the CS libs. I encountered a problem when I wanted get lib Json in ironpython and then I put the following codes in the beginning of the sc