Code Monkey home page Code Monkey logo

Comments (7)

biermeester avatar biermeester commented on June 17, 2024

I just updated to Pylint 0.26 using Pip, but I cannot reproduce the error on Windows 7.

Please make sure your Pylinter settings are correct. If you're not able to resolve this problem, please post your configuration here.

from pylinter.

bhadra avatar bhadra commented on June 17, 2024

I too use the latest version of Pylint updated through Pip. As soon as run ctrl+alt+z for the file test1.py, I get the following message on Sublime Text 2 (Windows 7) console:

  • PyLinter: Verbose is True
    • PyLinter: Running Pylinter on C:\TEMP\test1.py
    • PyLinter: Current PYTHONPATH is ''
    • PyLinter: Updated PYTHONPATH is ''
    • PyLinter: Running command:
      python C:/Python27/Lib/site-packages/pylint/lint.py --output-format=parseable --include-ids=y C:\TEMP\test1.py
      Exception in thread Thread-21:
      Traceback (most recent call last):
      File ".\threading.py", line 532, in bootstrap_inner
      File ".\pylinter.py", line 332, in run
      File ".\subprocess.py", line 633, in __init

      File ".\subprocess.py", line 842, in _execute_child
      WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect

My Pylinter settings are:

{
    // When versbose is 'true', various messages will be written to the console.
    // values: true or false
    "verbose": true,
    // The full path to the Python executable you want to
    // run Pylint with or simply use 'python'.
    "python_bin": "python",
    // The following paths will be added Pylint's Python path
    "python_path": [

                   ],
    // Optionally set the working directory
    "working_dir": "",
    // Full path to the lint.py module in the pylint package
    "pylint_path": "C:/Python27/Lib/site-packages/pylint/lint.py",
    // Optional full path to a Pylint configuration file
    "pylint_rc": "",
    // Set to true to automtically run Pylint on save
    "run_on_save": false,
    // Ignore Pylint error types. Possible values:
    // "R" : Refactor for a "good practice" metric violation
    // "C" : Convention for coding standard violation
    // "W" : Warning for stylistic problems, or minor programming issues
    // "E" : Error for important programming issues (i.e. most probably bug)
    // "F" : Fatal for errors which prevented further processing
    "ignore": []
}

Let me know if you require any additional information.

from pylinter.

bhadra avatar bhadra commented on June 17, 2024

I uninstalled and then reinstalled Pylinter through Package Control. I continue to get the same error as mentioned in my previous comment.

This error was not occurring with the previous version (2012-08-31) of Pylinter.

from pylinter.

biermeester avatar biermeester commented on June 17, 2024

Can you try and change the following configuration values:

"working_dir": null,
"pylint_rc": null

(So, change them to 'null' instead of an empty string.)

from pylinter.

biermeester avatar biermeester commented on June 17, 2024

Did you manage to resolve the problem?

from pylinter.

bhadra avatar bhadra commented on June 17, 2024

Sorry about the delayed response. With the configuration values, suggested by you, the problem is resolved. You may close this issue.

from pylinter.

biermeester avatar biermeester commented on June 17, 2024

Good to hear!

from pylinter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.