from
Mystilleef <mystilleef at gmail dot com>
to
Python-Projects <python-projects at lists dot logilab dot org>
subject
[Python-projects] Invalid E0611 messages.
date
Hello,2005/11/15 20:36
I have Pylint version 0.8.1 installed on my computer. Pylint
generates error E0611 for valid from import statements.
Error message:
==============
E0611: 36: No name 'Label' in module 'gtk'
E0611: 36: No name 'HBox' in module 'gtk'
Code:
=====
from gtk import Label, HBox
HBox and Label are certainly defined classes in gtk.
Regards
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects
