Danny Milosavljevic writes: Hi Danny! > * gnu/packages/python.scm (python-2.7)[arguments]: Modify. > --- > gnu/packages/python.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index fd423d311..6caaeaaf8 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -170,6 +170,7 @@ > (list "--enable-shared" ;allow embedding > "--with-system-ffi" ;build ctypes > "--with-ensurepip=install" ;install pip and setuptools > + "--enable-unicode=ucs4" > (string-append "LDFLAGS=-Wl,-rpath=" > (assoc-ref %outputs "out") "/lib")) > LGTM! Maxim