[Python-projects] pylint bug un gui.py
Pierre-Yves Martin
pym.aldebaran at gmail.com
Wed Aug 23 14:29:06 CEST 2006
Here is a tiny bug in gui.py :
Using pyling on the windows platform (WinXP) I tried the gui just to know
what it looks like (I use the command line version everyday) and noticed a
little problem : the police is not a fixed one... I checked the
gui.pysource code and noticed that the specified police was "fixed"
but on my
windows it just result in using the default police (verdana I think). It's
nor that easy to use the report in verdana! We lose all the alignement and
so on...
I corrected that problem by replacing "fixed" with "fixedsys"... but can't
check if it works on other platform (my linux box is not here with me on
holydays!) but it works fine under windows!
Thanks for the pylint dev! And I hope this mail might help....
PYM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.logilab.org/pipermail/python-projects/attachments/20060823/bfd001c3/attachment.htm
More information about the Python-Projects
mailing list