-
```
I have CPython 2.6.4 installed.
And, IronPython which shoots out from ipy -V:
PythonContext 2.6.30207.0 on .NET 4.0.0.0
So, I downloaded and unzipped ironclad-v2.6.0rc1.zip as per th…
-
```
I have CPython 2.6.4 installed.
And, IronPython which shoots out from ipy -V:
PythonContext 2.6.30207.0 on .NET 4.0.0.0
So, I downloaded and unzipped ironclad-v2.6.0rc1.zip as per th…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
I'm trying to intercept the method calls to a ironpython exposed c# object.For whatever reason this doesn't quite work. I'm trying to find out why but so far no success. Maybe there is some apparent r…
-
### Description
When calling
```
var eng = IronPython.Hosting.Python.CreateEngine();
```
from inside a referenced project, a
```
NullReferenceException
at IronPython.Runtime.Importer.Impo…
-
### Description
I download IronPython 3.4 from [here](https://github.com/IronLanguages/ironpython3/releases/download/v3.4.0/IronPython.3.4.0.zip) I'm using Visual Studio 2022 with [python support](…
-
I would like to discuss the number of requests a component sends when receiving tree input. As most of you are probably aware, currently, Tapir components send one request per data tree branch.
Th…
-
I think one of the samples you should show is trac [ http://trac.edgewall.org/
](http://trac.edgewall.org/) running on IronPython. There is a lot of interest
in this and it would be a sample that a lo…
-
In the following example test.py, we define two classes A and B. If we change '__bases__' in issubclass, ironpython crashes
test.py:
```
class A:
@property
def __bases__(self):
…
-
Hi all,
I manage installing numpy and scipy libraries.
it's working with ironpython 2.7.5 but I get an error with 2.7.7 :
File "C:\Program Files (x86)\IronPython 2.7\Lib\site-packages\numpy\…