poljar / weechat-matrix

Weechat Matrix protocol script written in python
Other
960 stars 121 forks source link

python: script "~/.weechat/python/autoload/matrix.py" not found #262

Open knubie opened 3 years ago

knubie commented 3 years ago

When starting weechat, the following error appears:

=!= python: script "~/.weechat/python/autoload/matrix.py" not found

I've verified that that file does indeed exist in that location, and running /script load matrix.py works as expected.

Strykar commented 3 years ago

Try relinking it as /home/knubie/.weechat/python/autoload/matrix.py or the full path to ~.

kaedwen commented 3 years ago

Same here. Using /script load matrix.py works, but a symlink to it in ~/.weechat/python/autoload/matrix.py does nothing (no matter if with tile, relative or absolute).

sh-ubh commented 2 years ago

instead of ~/.weechat/python/autoload try to symlink the python script to ~/.local/share/weechat/python/autoload