This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Description
使用 Python 3.8 运行,启动时抛出 FileNotFoundError 异常,提示 Could not find module 'node.dll'. Try using the full path with constructor syntax.
Exception in thread Thread-1:
Traceback (most recent call last):
File "...\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File ".\main.py", line 16, in run
mb = ctypes.cdll.LoadLibrary("node.dll")
File "...\Python38\lib\ctypes\__init__.py", line 451, in LoadLibrary
return self._dlltype(name)
File "...\Python38\lib\ctypes\__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'node.dll'. Try using the full path with constructor syntax.