-
```
I would like to see a version of this library that works with IronPython.
If we replace this line:
self._AutoIt = win32com.client.Dispatch("AutoItX3.Control")
... with these lines:
…
-
```
What steps will reproduce the problem?
1. I'm running IronPython Development #66068
2. on command line ipy >> import ironclad
3. __init__.py file chokes on
Line 24 >> _mapper = PythonMapper(os.pa…
-
### Description
I'm working on a legacy site and was going to upgrade IronPython to 3.4.1 (from 2.7), via nuget, and came cross build warnings in every project downstream from the one consuming iro…
-
I am working on a interactive debugger console. I have it working with the IronPythonShell but unfortunately is not working in Dynamo because because the engine does not have stack frames enabled.
…
-
**Describe the bug**
A clear and concise description of what the bug is.
I tryied to use fucnction RoomToSpace for the first time. But there is no manual for it. How to use ?
Do you have to co…
-
I've been following the discussions about the new major version of pyRevit, particularly noting the efforts to migrate to .NET Standard or Core. I believe this may present an opportune moment to moder…
-
Here is the instruction of how to setup NumPy/SciPy for IronPython:
#### Install NumPy/SciPy libraries for IronPython
`NumPy` library is used by some NLTK functions such as `nltk.ne_chunk()` (Na…
nrcpp updated
2 years ago
-
I am using revit 2024 and revit python shell 2.0.2, i cant import forms from pyrevit( from pyrevit import forms) i get this error
Exception : System.Exception: PyRevitCPythonNotSupported
at Micro…
-
Hi,
Is their any docker image for ironpython?
If not please provide us a docker file to build docker image..
Thanks in advance
Ashwin
-
I am writing a program which is similar to ironstubs to introduce C# types into ironpython. This helps me write code well in vscode.
Some issues have arisen.
In Enum, for example, some C# programs o…