A gentleman called simon posted that editing the filetypes.python file in the fildefs folder would get pylint working in geany on linux.
How would the format of the PYTHONPATH statement need to be in windows XP & 7 so that pylint would work. I tried a couple of variants but could not get anything to work.
This was the code post.
[build-menu] FT_00_LB=pep8 FT_00_CM=pep8 --repeat --count "%f" FT_00_WD= FT_01_LB=PyLint (basic) FT_01_CM=PYTHONPATH=${PYTHONPATH}:"%d" pylint --output-format=parseable --reports=n --errors-only "%f" FT_01_WD= FT_02_LB=PyLint (full) FT_02_CM=PYTHONPATH=${PYTHONPATH}:"%d" pylint --output-format=parseable "%f" FT_02_WD= error_regex=^([^:]+?):([0-9]+):.+
Sayth
replace pylint with pylint.bat seems to work. But the regex does not work yet for me.
-- View this message in context: http://geany-users.466218.n3.nabble.com/Geany-Setting-Pylint-on-windows-tp31... Sent from the Geany-Users mailing list archive at Nabble.com.
On Wed, Jan 11, 2012 at 2:29 AM, Ronald Nie jnie@bnl.gov wrote:
replace pylint with pylint.bat seems to work. But the regex does not work yet for me.
Hi,
Be aware that recent Pythons have changed the format of the error messages. Since we have no way of knowing which Python you are using we can't adjust the regex. You will need to figure out the format for the version you are using and set a regex suitable for the format
Cheers Lex
-- View this message in context: http://geany-users.466218.n3.nabble.com/Geany-Setting-Pylint-on-windows-tp31... Sent from the Geany-Users mailing list archive at Nabble.com. _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany