I\'m trying to learn some IronPython to perhaps spe开发者_JAVA技巧ed up the development process time. I\'m just trying to port over some simple commands and currently I\'m stuck on opening an existing
I\'m currently building a program in C# which will call functions in provided python script files. Some of these script files calls _getframe() in sys, which resul开发者_高级运维ts in the error:
I have a base class in C# which is like so Class A { public ClassA() { } ..... } In python I Inherit this base class
I\'ll prefix this question with: No, Setting IRONPYTHONPATH is not the answer. Anyway... I was planning on using IronPython as a replacement for Powershell for a project, but I\'ve been stumped befo
I\'m using ObservableCollections as the ItemsSource for some of my bindings, and have run into a scenario where I would like to call OnCollectionChanged manually to notify that the list should be re-c
I want to have extensions to my application written in IronPython. Part of those extensions will use decorators, and so I wish to include the decorator module in the package.
I have a relatively deep object tree in C# that needs to be initialized from IronPython. I\'m new to python and I\'m struggling with the initialization of arrays.
I am gettting some really annoying errors while attempting to install IronPython so I can work with .Net4 assemblies.
I have a pile of python scripts that I am trying to use within IronPython (I need C# functionality), and I am having some issues with the os.access method.
I need to print the result of \'x/y\' but it always returns \'0\'. When I print \'x\' it tells me that correctly, when I print \'y\' it tells me that correctly but when I print \'x/y\' it says 0.