Skip to content

Commit 4df1bf8

Browse files
author
luoja
committed
change to find system path for dll
1 parent 3063197 commit 4df1bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/interfaces/zlg/zlgcan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ class IProperty(Structure):
316316
class ZCAN(object):
317317
def __init__(self):
318318
if platform.system() == "Windows":
319-
self.__dll = windll.LoadLibrary("./zlgcan.dll")
319+
self.__dll = windll.LoadLibrary("zlgcan")
320320
else:
321321
print("No support now!")
322322
if self.__dll == None:

0 commit comments

Comments
 (0)