Skip to content

Commit 35714c6

Browse files
Make sure that libdynd.dll is pre-loaded when libdynd and libdyndt are
installed in the same place as the Python module.
1 parent c591a5c commit 35714c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dynd/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
try:
99
# The default dll search order should give precedence to copies of
1010
# libdynd in the same directory as this file.
11+
cdll.LoadLibrary('libdyndt.dll')
1112
cdll.LoadLibrary('libdynd.dll')
1213
except OSError:
1314
# Try to load it from the Program Files directories where libdynd

0 commit comments

Comments
 (0)