2017-03-19 22:33 GMT+01:00 Catonano <catonano@gmail.com>:
Ludo,

2017-03-19 22:05 GMT+01:00 Ludovic Courtès <ludo@gnu.org>:
Hi,

Catonano <catonano@gmail.com> skribis:

> genshi/_speedups.c: In function ‘escape’:
> genshi/_speedups.c:89:13: error: ‘PyUnicodeObject’ has no member named ‘str’
>      inp = in->str;
>              ^

I don’t 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?

I found it, it's here
https://genshi.edgewall.org/ticket/555

I didn't find it earlier :-/

Thanks, anyway

O, naive question: say that I want to try to build genshi only for python2

How would I do that ?

Thanks