On 04 juillet 12:54, Okko Willeboordse wrote:
> I installed the pywin32 package (http://sourceforge.net/projects/pywin32/)
> Script below runs perfectly, however pylint gives gives me indicated
> warnings.
> TMHO these warnings are undeserved.
> 
> How do I go about these warnings?
> 
> 
> 
> from win32com.shell import shell, shellcon  # [F0401] Unable to import
> 'win32com.shell', [E0611] No name 'shell' in module 'win32com'
> 
> import pythoncom
> print pythoncom.TYMED_HGLOBAL # [E1101] Module 'pythoncom' has no
> 'TYMED_HGLOBAL' member

you can use the inline "disable" instruction so they won't appear again

-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org

_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to