Closed
Description
Environment
- Pythonnet version: 2.5.2
- Python version: 3.9.2
- Operating System: CentOS 7
- .NET Runtime: 4.5
Details
- I relocated the
mono
I built from source (in preparation for embeddingmono
in a product) and got this
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/opt/mono-6.8.0.123/lib/mono/4.5/mscorlib.dll' directory.
My understanding is mono
can be relocated, but it requires invoking their C API to set the assembly paths, etc...
It would be nice if clr-loader
could enable this by calling the right functions from libmono-2.so
I found this problem after relocating mono
by running
echo "import clr" | python3
Metadata
Metadata
Assignees
Labels
No labels