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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/websites

Reply via email to