poljar / weechat-matrix

Weechat Matrix protocol script written in python
Other
957 stars 119 forks source link

Fails to load script due to installation folder #306

Closed xloem closed 2 years ago

xloem commented 2 years ago

I installed weechat from git and haven't used it before.

$ weechat --version
3.4-dev

/script load matrix.py -> python: script "matrix.py" not found

However, /script load ~/.weechat/python/matrix.py does find the script.

This seems to fix it: $ mv ~/.weechat/python/* ~/.local/share/weechat/python/