Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6f1219f

Browse files
authored
mentioned PythonDLL in README
1 parent6db4373 commit6f1219f

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)

[8]ページ先頭

©2009-2025 Movatter.jp