On 31 mars 21:51, Melton Low (devl) wrote:
> Hi, 

Hi,
 
> Error building pylint 0.25.1 under python.org (http://python.org) python 
> 3.2.2. logilab-common 0.57.2 and logilab-astng 0.23.1 both build fine.
> 
> Here is the start of the error:
> 
> byte-compiling 
> build/bdist.macosx-10.6-intel/egg/pylint/test/input/func_class_members.py to 
> func_class_members.pyc
> byte-compiling 
> build/bdist.macosx-10.6-intel/egg/pylint/test/input/func_continue_not_in_loop.py
>  to func_continue_not_in_loop.pyc
>   File 
> "build/bdist.macosx-10.6-intel/egg/pylint/test/input/func_continue_not_in_loop.py",
>  line 8
>     continue
>            ^
> SyntaxError: 'continue' not properly in loop
> 
> byte-compiling 
> build/bdist.macosx-10.6-intel/egg/pylint/test/input/func_dangerous_default.py 
> to func_dangerous_default.pyc
> 
> There are other errors following this. I have attached the full log for your 
> convenience.
> 
> Hope it's something simple. If you need more information, I would be happen 
> to provide them.

it's complaining while compiling test which contains intentional syntax errors.
You should try the compilation instruction given in README.Python3 :

  NO_SETUPTOOLS=1 python3 setup.py install --no-compile

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (09.54.03.55.76)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to