On Mon 09 Nov 2015 16:27, Luis Felipe López Acevedo 
<felipe.lo...@openmailbox.org> writes:

> I don't understand why is it looking for Python stuff in "/usr" instead
> of using my .guix-profile. Although "guix package -I" tells me Python is
> not installed. And so "guix package --search-paths" does not show any
> Python variables to set.

Probably weechat needs a wrapper script installed around it that will
set the PYTHONPATH to what it needs.

Sometimes Guix people don't experience this problem because they have
Python installed in their profile and thus they have a PYTHONPATH set
that happens to work.  That seems to be what has happened in this case.

Making the wrapper script is the job of python-build-system.  Weechat
appears to be built with gnu-build-system.  Not sure what the right
thing to do to fix this is :)

Andy

Reply via email to