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
>
>
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to