-
```
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…
-
```
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…
-
## Dynamo version
Dynamo Core 2.6.2.15705
Dynamo Revit 2.6.2.15772
## Operating system
Windows 10
## What did you do?
Opened Dynamo player and ran a script. The script did not run. When ope…
-
### ✈ 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…
-
We need to replace the existing obsolete IronPython Plugin system. I would keep it as is for Legacy purpose, but create a new system that would live alongside the IronPython one.
P.S. The Current …
-
See the following example, we transform the map l into list, and then IronPython crashes.
test.py
```
import operator
N = 500000
l = [0]
for i in range(N):
l = map(operator.add, l,…
-
```
c:\> ipy
IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.18408 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import dicom
>>> da = dicom.read_file("CT.test01.dc…
-
```
c:\> ipy
IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.18408 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import dicom
>>> da = dicom.read_file("CT.test01.dc…
-
_From @ironpythonbot on December 9, 2014 18:11_
I think it coud be very interesting than we can run an IronPython application
as a Windows service.
## Work Item Details
**Original CodePlex Issue:*…
slide updated
7 years ago
-
# Description
When launching a very simple script, like an empty one, or the following one, FreePIE does not find a method, handles the exception (TargetInvocationException) in the handler of Execute…