Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4238230
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T02:52:38+00:00 2026-05-21T02:52:38+00:00

We have a ton of Jython scripts for our deployment automation; I’d like Pylint

  • 0

We have a ton of Jython scripts for our deployment automation; I’d like Pylint to be part of our build pipeline.

I downloaded and installed logilab-astng, logilab-common and pylint from here: http://www.logilab.org/857

I installed the logilab libraries successfully using:

jython setup.py install

However, when I attempt to install pylint i get the following output:

C:\temp\pylint-0.22.0.tar.gz\pylint-0.22.0>jython setup.py install
running install
running build
running build_py
package init file '.\test\__init__.py' not found (or not a regular file)
package init file '.\test\__init__.py' not found (or not a regular file)
running build_scripts
creating build\scripts-2.5
copying and adjusting bin\pylint -> build\scripts-2.5
copying and adjusting bin\pylint-gui -> build\scripts-2.5
copying and adjusting bin\symilar -> build\scripts-2.5
copying and adjusting bin\epylint -> build\scripts-2.5
copying and adjusting bin\pyreverse -> build\scripts-2.5
changing mode of build\scripts-2.5\pylint from 666 to 777
changing mode of build\scripts-2.5\pylint-gui from 666 to 777
changing mode of build\scripts-2.5\symilar from 666 to 777
changing mode of build\scripts-2.5\epylint from 666 to 777
changing mode of build\scripts-2.5\pyreverse from 666 to 777
running install_lib
byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_continue_not_in_loop.py to func_continue_not_in_l
oop$py.class
  File "C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_continue_not_in_loop.py", line 8

   ^
SyntaxError: 'continue' not properly in loop

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_nonascii_noencoding.py to func_nonascii_noencodin
g$py.class
SyntaxError: ("Non-ASCII character in file 'C:\\jython2.5.1\\Lib\\site-packages\\pylint\\test\\input\\func_nonascii_noen
coding.py', but no encoding declared; see http://www.python.org/peps/pep-0263.html for details",)

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_return_outside_func.py to func_return_outside_fun
c$py.class
  File "C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_return_outside_func.py", line 3

   ^
SyntaxError: 'return' outside function

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_return_yield_mix.py to func_return_yield_mix$py.c
lass
  File "C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_return_yield_mix.py", line 8

   ^
SyntaxError: 'return' with argument inside generator

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_return_yield_mix2.py to func_return_yield_mix2$py
.class
  File "C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_return_yield_mix2.py", line 8

   ^
SyntaxError: 'return' with argument inside generator

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_syntax_error.py to func_syntax_error$py.class
  File "C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_syntax_error.py", line 1
    def toto
           ^
SyntaxError: mismatched input '\n' expecting LPAREN

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_unknown_encoding.py to func_unknown_encoding$py.c
lass
  File "C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_unknown_encoding.py", line 1

   ^
SyntaxError: Unknown encoding: IBO-8859-1

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_w0705.py to func_w0705$py.class
  File "C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_w0705.py", line 29

   ^
SyntaxError: default 'except:' must be last

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_wrong_encoding.py to func_wrong_encoding$py.class

SyntaxError: ("Illegal character in file 'C:\\jython2.5.1\\Lib\\site-packages\\pylint\\test\\input\\func_wrong_encoding.
py' for encoding 'UTF-8'",)

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_yield_outside_func.py to func_yield_outside_func$
py.class
  File "C:\jython2.5.1\Lib\site-packages\pylint\test\input\func_yield_outside_func.py", line 3

   ^
SyntaxError: 'yield' outside function

byte-compiling C:\jython2.5.1\Lib\site-packages\pylint\test\input\func___future___import_not_first_stmt.py to func___fut
ure___import_not_first_stmt$py.class
  File "C:\jython2.5.1\Lib\site-packages\pylint\test\input\func___future___import_not_first_stmt.py", line 4

   ^
SyntaxError: from __future__ imports must occur at the beginning of the file

running install_scripts
copying build\scripts-2.5\epylint -> C:\jython2.5.1\bin
copying build\scripts-2.5\pylint -> C:\jython2.5.1\bin
copying build\scripts-2.5\pylint-gui -> C:\jython2.5.1\bin
copying build\scripts-2.5\pyreverse -> C:\jython2.5.1\bin
copying build\scripts-2.5\symilar -> C:\jython2.5.1\bin
changing mode of C:\jython2.5.1\bin\epylint to 777
changing mode of C:\jython2.5.1\bin\pylint to 777
changing mode of C:\jython2.5.1\bin\pylint-gui to 777
changing mode of C:\jython2.5.1\bin\pyreverse to 777
changing mode of C:\jython2.5.1\bin\symilar to 777
running install_egg_info
Removing C:\jython2.5.1\Lib\site-packages\pylint-0.22.0-py2.5.egg-info
Writing C:\jython2.5.1\Lib\site-packages\pylint-0.22.0-py2.5.egg-info

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T02:52:39+00:00Added an answer on May 21, 2026 at 2:52 am

    you should not try to compile the test files : some of them are broken on purpose (they are test inputs for pylint).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ton of repeating code in my class that looks like the
I have a ton of data in a sql database which I would like
I have a ton of files that are named like this: nn - xxxxxxxxxxxxxx-OOO.ext
I have successfully installed Eclipse 3.5 and Java 1.5. I would like to install
I have a ton of scripts in my script folder want to organize the
We have a ton of features in our application that can be described very
I have a ton of new files to commit. Clicking each one in git
I am crash-learning PHP for a project, and I have a ton of stupid
at the website I'm working on euroworker.no , I have a ton of CSS
I have read a ton of articles about how to store and compare entered

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.