Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f1219f

Browse files
authored
mentioned PythonDLL in README
1 parent 6db4373 commit 6f1219f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ module:
4545
Embedding Python in .NET
4646
------------------------
4747

48+
- You must set `Runtime.PythonDLL` or `PYTHONNET_PYDLL` environment variable
49+
starting with version 3.0, otherwise you will receive `TypeInitializationException`.
4850
- All calls to python should be inside a
4951
``using (Py.GIL()) {/* Your code here */}`` block.
5052
- Import python modules using ``dynamic mod = Py.Import("mod")``, then

0 commit comments

Comments
 (0)