-
We can - but should we?
```
from pythonnet import load
load("coreclr")
import clr
ref = clr.AddReference("SIL.Machine")
import SIL.Machine.Corpora as corpora
[print(n) for n in dir(corpora)…
-
I have a bunch of stub files organized by my C# stub generator DLLs, which are organized by DLL namespace names. They are then called by my Python scripts using clr.addReference("name"), which is a DL…
-
Hey, so this week I began working with the Delsys API for school and have some problems with the SiUSBXp.dll import. I added it to my resources folder (I just added the SiUSBXp.dll file, not the whole…
-
### Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### Description of the bug
pyaedt.edb_core.dotnet.database.CellClassDot…
-
### Environment
- Pythonnet version: 3.0.2
- Python version: not relevant for this issue
- Operating System: not relevant for this issue
- .NET Runtime: not relevant for this issue
##…
-
Hi, I am experiencing mono native crash error in vscode while executing the IronPython example "MixtureOfGaussians" from infer.NET official Github repo. Below is the actual error occurred:
(base) j…
SEICS updated
2 years ago
-
### Environment
- Pythonnet version: 2.3.0
- Python version: 3.6.4
- Operating System: Win
### Details
Following code demonstrates that PythonExceptions do not contain any information…
-
### Environment
- Pythonnet version: 3.0.4
- Python version: 3.13 and 3.14 alpha
- Operating System: Windows 11 64 bits
- .NET Runtime: .net 8.0
### Details
Trying to initialize py…
-
### Voice Changer Version
vcclient_win_cuda_2.0.45-alpha.zip
### Operational System
Windows 11
### GPU
NVIDIA Geforce RTX 4070 Ti
### CUDA Version
12.5
### Read carefully and check the options…
-
### Describe the bug
When `MapPin`s are specified for `MapView(..., pins=[MapPin(...)])`, they are not displayed on the map for, at least, Windows and Linux.
However, pins that are added later v…