leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
197 stars 35 forks source link

Absolute pylint path not working in windows environment #22

Closed LLcoolNJ closed 5 years ago

LLcoolNJ commented 5 years ago

Step 1: Are you in the right place?

Step 2: Describe your environment

Step 3: Describe the problem:

Steps to reproduce:

  1. Give path to pylint executable in settings and test it. It should return "executable not found".

Observed Results:

Expected Results:

leinardi commented 5 years ago

Hi @LLcoolNJ, thank you for your PR, currently I cannot test the plugin on Windows, are you aware of any other issue on this OS? As far as I know the autodetection of the executable is not working but I have some ideas on how to fix it... would you be available to test some dev builds?

LLcoolNJ commented 5 years ago

Hi @leinardi , I have tested it on windows. It is working fine. I have not faced any issue in it. Sure, I can test dev builds for autodetection.

leinardi commented 5 years ago

Hi @LLcoolNJ, I have just released a new version that includes your PR and my fix for the auto-detection on Windows, if you have time could you give it a try and let me know if everything is fine?

https://github.com/leinardi/pylint-pycharm/releases/tag/0.10.1