From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: building Genshi Date: Sun, 19 Mar 2017 22:05:52 +0100 Message-ID: <877f3l2czz.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpi1W-0001kZ-IK for help-guix@gnu.org; Sun, 19 Mar 2017 17:05:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cpi1T-0002Kz-7W for help-guix@gnu.org; Sun, 19 Mar 2017 17:05:58 -0400 In-Reply-To: (catonano@gmail.com's message of "Sun, 19 Mar 2017 15:29:48 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix Hi, Catonano skribis: > genshi/_speedups.c: In function =E2=80=98escape=E2=80=99: > genshi/_speedups.c:89:13: error: =E2=80=98PyUnicodeObject=E2=80=99 has no= member named =E2=80=98str=E2=80=99 > inp =3D in->str; > ^ I don=E2=80=99t know much about Python, but to me that suggests that Genshi expects a different CPython version than the one it has here. Maybe a 2.x vs. 3.x issue? HTH, Ludo=E2=80=99.