-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
Trying to import Zyre bindings in Python 3.12.3 results in module not being found.
Python 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from zyre import Zyre, ZyreEvent Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/arda/projects/zyre/bindings/python_cffi/zyre/__init__.py", line 10, in <module> from zyre.Zyre import Zyre File "/home/arda/projects/zyre/bindings/python_cffi/zyre/Zyre.py", line 6, in <module> from .zyre_cffi import ffi ModuleNotFoundError: No module named 'zyre.zyre_cffi'
Metadata
Metadata
Assignees
Labels
No labels