Hi,
I installed ZYMKEY services on my raspberrypi 3 model B+, binding has done properly,but when i run test code i m getting this error
pi@raspberrypi:~ $ python /usr/local/share/zymkey/examples/zk_app_utils_test.py
Traceback (most recent call last):
File “/usr/local/share/zymkey/examples/zk_app_utils_test.py”, line 1, in
import zymkey
File “/home/pi/.local/lib/python3.5/site-packages/zymkey/init.py”, line 3, in
from .module import Zymkey
File “/home/pi/.local/lib/python3.5/site-packages/zymkey/module.py”, line 56, in
class Zymkey(object):
File “/home/pi/.local/lib/python3.5/site-packages/zymkey/module.py”, line 578, in Zymkey
_zkSetGMTTime = zkalib.zkSetGMTTime
File “/usr/lib/python3.5/ctypes/init.py”, line 360, in getattr
func = self.getitem(name)
File “/usr/lib/python3.5/ctypes/init.py”, line 365, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/local/lib/libzk_app_utils.so: undefined symbol: zkSetGMTTime
please help me for this
thanks in advance