IronPython
How to open an existing window with IronPython
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[详细]
2023-03-27 08:14 分类:问答IronPython sys._getframe not found
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:[详细]
2023-03-27 07:38 分类:问答Apply attribute class to Python class which Inherits a C# base Class
I have a base class in C# which is like so Class A { public ClassA() { } ..... } In python I Inherit this base class[详细]
2023-03-27 05:37 分类:问答How do you use the standard library in IronPython?
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[详细]
2023-03-27 02:44 分类:问答Why am I getting a NullReferenceException when trying to subclass from an ObservableCollection or BindingList?
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[详细]
2023-03-27 00:52 分类:问答Is there a way to load python scripts from a zipfile in ironpython
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.[详细]
2023-03-26 17:12 分类:问答Initialize C# List<T> from IronPython?
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.[详细]
2023-03-26 12:11 分类:问答IronPython 2.7/ 2.6 for .Net4 Install Error
I am gettting some really annoying errors while attempting to install IronPython so I can work with .Net4 assemblies.[详细]
2023-03-23 05:27 分类:问答os.access returning useless value for mode os.F_OK in IronPython
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.[详细]
2023-03-23 00:44 分类:问答How to 'print' the result of a division in Ironpython (Python.net)?
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.[详细]
2023-03-21 21:56 分类:问答