from
Joel Rosdahl <joel at rosdahl dot net>
subject
Re: [Python-projects] PyLint: Two questions and a bug report
date
Joel Rosdahl <joel@rosdahl.net> writes:2005/09/28 19:35
> [...]
> 3. I have trouble using PyLint on classes that inherit PyGTK classes.
> Consider this program:
>
> === [begin] ==========================================================
> import gtk
>
> class FooButton(gtk.Button):
> def __init__(self):
> pass
>
> print gtk.Button
> === [end] ============================================================
> [...]
Oh, the reason for that is of course that the gtk module is C module.
Is there any way around this other than resorting to Pychecker or
Pyflakes (which import modules and thus handle C modules)?
Regards,
Joel
--
Joel Rosdahl <joel@rosdahl.net>
Key BB845E97; fingerprint 9F4B D780 6EF4 5700 778D 8B22 0064 F9FF BB84 5E97
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects
