"from win32com.shell import shell, shellcon" marked as error
Brought to you by:
fabioz
My Python 2.6 program has the line:
from win32com.shell import shell, shellcon
which depends on the pywin32 extensions being installed. The program runs fine, but PyDev code analysis is marking shell and shellcon as errors, saying:
Unresolved import: shell
Unresolved import: shellcon
I've tried updating the PyDev Python Interpreter System PYTHONPATH settings in the preferences, but it doesn't resolve the issue.
Still an issue in PyDev 1.6.4.