-
Use the IronPython libraries to implement a Manager that supports Python
-
The following code leads to Null Reference Exception of iron python. In class WarnOnDel, function _del_ is executed multiple times, leading to Null Reference Exception.
test.py
```
import thread…
-
From: [ users-bounces@lists.ironpython.com ](mailto:users-
bounces@lists.ironpython.com) [ [mailto:users-bounces@lists.ironpython.com]
](mailto:[mailto:users-bounces@lists.ironpython.com]) On Behalf O…
-
Didn't know `ResourceMetaPathImporter` existed myself, so probably worth documenting! Also adding a unit test would probably be a good idea...
https://ironpython.net/blog/2012/07/07/whats-new-in-ir…
-
### Prerequisites
The issue tracker is used to report bugs and request new features, NOT to ask questions.
Questions should be posted to the users mailing list which can be accessed at
https:/…
-
**🙏 Please use the search in the issue section before filing a new issue**
---
# 🐞 Describe the bug
import rpw in RevitPythonShell crashes Revit2023 (pyRevit v4.8.14)
from pyrevit import revi…
-
### ✈ Pre-Flight checks
- [X] I **don't have SentinelOne** antivirus installed (see above for the solution)
- [X] I have **searched in the issues** (open and closed) but couldn't find a similar issue…
-
```
IronPython assemblies should be outside xap file so they can be shared
between applications.
```
Original issue reported on code.google.com by `fuzzyman` on 17 Jun 2008 at 4:46
-
```
What steps will reproduce the problem?
1. ipy.exe -X:Frames perf_test.py
Run this outside of a debugger - the program hangs (this is on a 4 core
machine). When you attach the debugger the finali…
-
Hi,
I am trying to run python script from C# (.net Framework 4.7 Class Library Project) . I am using Visual studio 2022.
I have added **IronPython 3.4.1** as reference to my project, **IronPytho…