] > [Python-projects] Invalid E0611 messages. (Logilab.org)

Email [Python-projects] Invalid E0611 messages.

from
subject
[Python-projects] Invalid E0611 messages.
date
2005/11/15 20:36
Hello,

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