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 c9e1a33 commit 8792cdbCopy full SHA for 8792cdb
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py
@@ -66,6 +66,10 @@
66
from . import _typemap
67
from ._version import __version__
68
69
+# Help Windows locate cppyy/libcppyy.so, which should be in the same location as the current file:
70
+if 'win32' in sys.platform:
71
+ os.add_dll_directory(os.path.dirname(__file__))
72
+
73
# import separately instead of in the above try/except block for easier to
74
# understand tracebacks
75
if ispypy:
0 commit comments