Hi! Luis Felipe López Acevedo <felipe.lo...@openmailbox.org> skribis:
> I installed WeeChat 1.3 using Guix 0.9.0 on Debian 8, but It doesn't > start when I run it. I get this error instead: > > Traceback (most recent call last): > File "/usr/lib/python2.7/site.py", line 563, in <module> > main() On closer inspection, this comes from the fact that Weechat looks for a ‘python’ executable in $PATH. See src/plugins/python/weechat-python.c in Weechat. In your case, it ended up running Debian’s Python, which then failed for reasons that are unclear to me. I believe this is fixed by a9346fa and 7be4a4b. Could you confirm? You could run ‘guix pull’ or pull from a current ‘master’ checkout. Thanks, Ludo’.