We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Initialize()
1 parent c1dab27 commit 31b9c4eCopy full SHA for 31b9c4e
README.rst
@@ -69,6 +69,7 @@ Example
69
70
static void Main(string[] args)
71
{
72
+ PythonEngine.Initialize();
73
using (Py.GIL())
74
75
dynamic np = Py.Import("numpy");
0 commit comments