-
've been doing some work with the NLTK using IronPython and Windows, and discovered we'll often run into trouble with file paths. It appears that we mostly use the following to determine whether we're…
-
```
What steps will reproduce the problem?
debrand@B88SCHWS5113 /cygdrive/c/ironclad-v2.6.0rc1
$ ipy
IronPython 2.6.1 (2.6.10920.0) on .NET 4.0.30319.1
Type "help", "copyright", "credits" or "license"…
-
```
What steps will reproduce the problem?
1. Use following Python code and attached dataset to reproduce
f1 = 'unicodeST.dcm'
ds1 = dicom.read_file(f1, stop_before_pixels=True)
…
-
Two core tenets of Spack are the idea of virtual packages (where multiple implementations of a library provide the same API) and extensions (where a package can be symlinked to a dependency prefix). U…
-
In ironpython2:
```python
class Test:
pass
Test()
```
return as IronPython.Runtime.Types.OldInstance and it can as Microsoft.Scripting.Runtime.IMembersList, then all membernames can be …
-
Readme.html in IronPython 2.0B5 binary package says "To run, IronPython 2.0B5
requires .NET Framework version 2.0 to be installed on your system. You can
install the latest version from Microsoft: Mic…
-
I received above message trying run ironpython. Any idea how to fix it??
Thanks,
VOLKAN
-
```
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…
-
```
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…
-
**Priority 1:**
- [x] branches: `main-4` and `develop-4` for pyRevit 4* and `main` and `develop` for pyRevit 5 @eirannejad
- [x] support for `netcore` (try to keep compatibility with `netfx` - ma…