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
i
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
i
Hello,
I packaged an application for windows with py2exe, and when I launch
the executable I have some this errors :
Traceback (most recent call last):
File "logon.py", line 5, in
File "eole\option.pyo", line 4, in
File "eole\reg.pyo", line 9, in
File "eole\os_type.pyo", line 4, in
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://sourcefor