On Wed, May 18, 2011 at 1:58 AM, KÃvin Raymond <shaiton@xxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxxxx > https://admin.fedoraproject.org/mailman/listinfo/websites It only happens when I do make pot, make all works. -- -Elad. -- websites mailing list websites@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/websites