building websites and dealing with python3 (pybabel)

Kévin Raymond shaiton at fedoraproject.org
Wed May 18 07:13:40 UTC 2011


On Wed, May 18, 2011 at 8:41 AM, Elad <el.il at doom.co.il> wrote:
> On Wed, May 18, 2011 at 1:58 AM, Kévin Raymond
> <shaiton at fedoraproject.org> wrote:
>> Hi guys,
>>
>> I am not able to build the websites using a fresh F15 install, what about you?
>>
>> This is due to pybabel which is calling /usr/bin/python3 and trying to
>> import the UserDict lib which is not existing yet under python3.
>>
>> Therefor, I propose the following patch to every Makefiles:
>>
>>  PYTHON = python
>> -PYBABEL = pybabel
>> +PYBABEL = $(PYTHON) /usr/bin/pybabel
>>  BASEPATH = /
>>
>>
>> before making that very small change, I wanted to know if I am the
>> only one dealing with python3 issues. Nobody under F15? Elad at least
>> if I remember.
>>
>>
>> --
>> Kévin Raymond
>> User:shaiton
>> GPG-Key: A5BCB3A2
>> --
>> websites mailing list
>> websites at lists.fedoraproject.org
>> https://admin.fedoraproject.org/mailman/listinfo/websites
> It only happens when I do make pot, make all works.

Yeah, me too cause it cames from pybabel.

My changes make it building POT, but new strings are not added, that
should not work as expected.
gonna see later


>
> --
> -Elad.
>



-- 
Kévin Raymond
User:shaiton
GPG-Key: A5BCB3A2



More information about the websites mailing list