wn_backend? #2

Closed
opened 2022-05-15 04:58:05 -05:00 by famfo · 5 comments
python: loading script "/home/thilo/.local/share/weechat/python/weechat-notify.py"
python: stdout/stderr (?): Traceback (most recent call last):
python: stdout/stderr (?):   File "/home/thilo/.local/share/weechat/python/weechat-notify.py", line 2, in <module>
python: stdout/stderr (?):     import wn_backend
python: stdout/stderr (?): ModuleNotFoundError: No module named 'wn_backend'
python: unable to parse file "/home/thilo/.local/share/weechat/python/weechat-notify.py"
``` python: loading script "/home/thilo/.local/share/weechat/python/weechat-notify.py" python: stdout/stderr (?): Traceback (most recent call last): python: stdout/stderr (?): File "/home/thilo/.local/share/weechat/python/weechat-notify.py", line 2, in <module> python: stdout/stderr (?): import wn_backend python: stdout/stderr (?): ModuleNotFoundError: No module named 'wn_backend' python: unable to parse file "/home/thilo/.local/share/weechat/python/weechat-notify.py" ```
Owner

Sorry for the late response , can you please share your directory structure? You should put the built .so file as libwn_backend.so next to the python file.

Sorry for the late response , can you please share your directory structure? You should put the built .so file as `libwn_backend.so` next to the python file.
Author
.
├── autoload
├── libwn_backend.so
└── weechat-notify.py
``` . ├── autoload ├── libwn_backend.so └── weechat-notify.py ```
Owner

Sorry this is a documentation error, it should be wn_backend.so instead of libwn_backend.so - I'll get this fixed when I get home.

Sorry this is a documentation error, it should be `wn_backend.so` instead of `libwn_backend.so` - I'll get this fixed when I get home.
Author

🐸!

:frog:!
famfo closed this issue 2022-05-16 16:27:49 -05:00
Owner

Fixed

Fixed
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: karx/weechat-notify#2
No description provided.