On Friday 08 April 2011 01:41:43 Jabba Laci wrote: > Hi, > > I would like to announce that I made a simple GUI for PyLint; > available here: https://github.com/jabbalaci/PyLint-Output-Visualizer > . > > Motivation: I didn't like that I had to relaunch pylint each time I > added or removed some lines in the source code because the indicated > line numbers became invalid. This GUI can be refreshed with a simple > key press. Launch it from the command-line: pylov.py > <source_to_be_analyzed.py> . I only tested it under Linux.
Hello Jabba Are you aware of the pylint-gui utility shipped with pylint ? It provides a simple GUI for pylint written with Tkinter. -- Alexandre Fayolle LOGILAB, Paris (France) Formations Python, CubicWeb, Debian : http://www.logilab.fr/formations Développement logiciel sur mesure : http://www.logilab.fr/services Informatique scientifique: http://www.logilab.fr/science _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
