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
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
