Hi,

notice the new mailing list for pylint is code-qual...@python.org (users) or
pylint-...@lists.logilab.org (pylint dev)

That being said, the problem below is not a "real" error, notice it occurs in
the test data files which are erroneous by intent.

On 13 février 18:26, jari wrote:
> [Please keep CC, I'm not in mailing list]
> 
> Hi,
> 
> I'm trying to compile latest pylint for Cygwin. The make fails at this
> point. Would you have suggestions? We have:
> 
>   Python 2.7.8
> 
> Thanks,
> Jari
> 
> ...
> astroid.tests.unittest_modutils: module references __path__
> astroid.tests.unittest_regrtest: module references __file__
> astroid.tests.unittest_scoped_nodes: module references __file__
> astroid.tests.unittest_scoped_nodes: module references __path__
> astroid.tests.unittest_utils: module references __file__
>   File 
> "/home/jaalto/cygwin/my/pylint/pylint-1.3.1/.inst/usr/lib/python2.7/site\
> -packages/astroid-1.3.4-py2.7.egg/astroid/tests/testdata/python3/data/module.py\
> ", line 55
>     print('yo', end=' ')
>                        ^
>                      SyntaxError: invalid syntax
> 
>   File 
> "/home/jaalto/cygwin/my/pylint/pylint-1.3.1/.inst/usr/lib/python2.7/site\
> -packages/astroid-1.3.4-py2.7.egg/astroid/tests/testdata/python3/data/module2.p\
> y", line 100
>     print('bonjour', file=stream)
>                              ^
>                            SyntaxError: invalid syntax
> 
> Adding astroid 1.3.4 to easy-install.pth file
> 
> Installed 
> /home/jaalto/cygwin/my/pylint/pylint-1.3.1/.inst/usr/lib/python2.7/si\
> te-packages/astroid-1.3.4-py2.7.egg
> Searching for six
> Reading http://pypi.python.org/simple/six/
> Best match: six 1.9.0
> Downloading 
> https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz#md5=\
> 476881ef4012262dfc8adc645ee786c4
> Processing six-1.9.0.tar.gz
> Writing /tmp/easy_install-tpTvjG/six-1.9.0/setup.cfg
> Running six-1.9.0/setup.py -q bdist_egg --dist-dir 
> /tmp/easy_install-tpTvjG/six\
> -1.9.0/egg-dist-tmp-iLBrgo
> no previously-included directories found matching 'documentation/_build'
> zip_safe flag not set; analyzing archive contents...
> six: module references __path__
> Adding six 1.9.0 to easy-install.pth file
> 
> Installed 
> /home/jaalto/cygwin/my/pylint/pylint-1.3.1/.inst/usr/lib/python2.7/si\
> te-packages/six-1.9.0-py2.7.egg
> error: Installed distribution logilab-common 0.58.0 conflicts with 
> requirement \
> logilab-common>=0.60.0
> /usr/local/bin/cygbuild.CygbuildCommandMain: [FATAL] status is 1.
> 

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
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
Python-Projects@lists.logilab.org
https://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to