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
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
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