Thanks to visit codestin.com Credit goes to github.com
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 6db4373 commit 6f1219fCopy full SHA for 6f1219f
README.rst
@@ -45,6 +45,8 @@ module:
45
Embedding Python in .NET
46
------------------------
47
48
+- You must set `Runtime.PythonDLL` or `PYTHONNET_PYDLL` environment variable
49
+ starting with version 3.0, otherwise you will receive `TypeInitializationException`.
50
- All calls to python should be inside a
51
``using (Py.GIL()) {/* Your code here */}`` block.
52
- Import python modules using ``dynamic mod = Py.Import("mod")``, then
0 commit comments