all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Weechat doesn't start
@ 2015-11-09 16:27 Luis Felipe López Acevedo
  2015-11-09 16:56 ` Andy Wingo
  0 siblings, 1 reply; 3+ messages in thread
From: Luis Felipe López Acevedo @ 2015-11-09 16:27 UTC (permalink / raw)
  To: guix-devel

Hi,

I installed Weechat 1.3 using Guix 0.9.0 on Debian 8, but when I run it 
I get this error:

Traceback (most recent call last):
   File "/usr/lib/python2.7/site.py", line 563, in <module>
     main()
   File "/usr/lib/python2.7/site.py", line 545, in main
     known_paths = addusersitepackages(known_paths)
   File "/usr/lib/python2.7/site.py", line 272, in addusersitepackages
     user_site = getusersitepackages()
   File "/usr/lib/python2.7/site.py", line 247, in getusersitepackages
     user_base = getuserbase() # this will also set USER_BASE
   File "/usr/lib/python2.7/site.py", line 237, in getuserbase
     USER_BASE = get_config_var('userbase')
   File "/usr/lib/python2.7/sysconfig.py", line 582, in get_config_var
     return get_config_vars().get(name)
   File "/usr/lib/python2.7/sysconfig.py", line 528, in get_config_vars
     _init_posix(_CONFIG_VARS)
   File "/usr/lib/python2.7/sysconfig.py", line 412, in _init_posix
     from _sysconfigdata import build_time_vars
   File "/usr/lib/python2.7/_sysconfigdata.py", line 6, in <module>
     from _sysconfigdata_nd import *
ImportError: No module named _sysconfigdata_nd


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.

What could this be?

-- 
Luis Felipe López Acevedo
http://sirgazil.bitbucket.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-11 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-09 16:27 Weechat doesn't start Luis Felipe López Acevedo
2015-11-09 16:56 ` Andy Wingo
2015-11-11 14:57   ` Luis Felipe López Acevedo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.