[python-win32] ImportError: No module named win32com.shell

agnel varghese agn82kv at gmail.com
Mon Mar 21 11:16:27 CET 2011


Hi ,

I am trying to control a GUI based application through one python script
.Getting below error while running it.Any ideas how to resolve it
ImportError: No module named win32com.shell

Thanks,
Agnel.

$ pythonw ssc.py scanlist -v
Traceback (most recent call last):
File "ssc.py", line 52, in <module>
import SSCConfig
File "c:\ssc_auto\lib\SSCConfig.py"
>
> , line 103, in <module>
> import PathFinder
> File "c:\ssc_auto\lib\PathFinder.py", line 11, in <module>
> from win32com.shell import shellcon, shell
> ImportError: No module named win32com.shell
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20110321/92f150ee/attachment.html>


More information about the python-win32 mailing list