ZMES hooks install error
Posted: Mon Oct 14, 2024 9:13 pm
ZM 1.36, ZMES 6.1.28 on Ubuntu 24.04. When installing ZMES with hooks, the follow is reported:
(Note: no issues/errors running ZM or ZMES without hooks.)
Traceback (most recent call last):
File "/home/dick/zmeventnotification/./hook/zm_detect.py", line 27, in <module>
import zmes_hook_helpers.utils as utils
File "/home/dick/zmeventnotification/hook/zmes_hook_helpers/utils.py", line 21, in <module>
from future import standard_library
File "/usr/lib/python3/dist-packages/future/standard_library/__init__.py", line 65, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
Failed to detect hooks version.
Seems to be 2 different errors.
I would appreciate any suggestions on how to fix these issues.
(Note: no issues/errors running ZM or ZMES without hooks.)
Traceback (most recent call last):
File "/home/dick/zmeventnotification/./hook/zm_detect.py", line 27, in <module>
import zmes_hook_helpers.utils as utils
File "/home/dick/zmeventnotification/hook/zmes_hook_helpers/utils.py", line 21, in <module>
from future import standard_library
File "/usr/lib/python3/dist-packages/future/standard_library/__init__.py", line 65, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
Failed to detect hooks version.
Seems to be 2 different errors.
I would appreciate any suggestions on how to fix these issues.