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

Tim Golden mail at timgolden.me.uk
Mon Mar 21 15:07:12 CET 2011


On 21/03/2011 10:16, agnel varghese wrote:
> 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

You want to install the pywin32 extensions:

   http://sourceforge.net/projects/pywin32/files/

TJG


More information about the python-win32 mailing list