We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5272e34 commit bd33b3fCopy full SHA for bd33b3f
src/runtime/Runtime.Delegates.cs
@@ -308,7 +308,8 @@ static Delegates()
308
{
309
throw new BadPythonDllException(
310
"Runtime.PythonDLL was not set or does not point to a supported Python runtime DLL." +
311
- " See https://github.com/pythonnet/pythonnet#embedding-python-in-net",
+ " See https://github.com/pythonnet/pythonnet#embedding-python-in-net." +
312
+ $" Value of PythonDLL: {PythonDLL ?? "null"}",
313
e);
314
}
315
0 commit comments