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

2011-03-21 Thread agnel varghese
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

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

2011-03-21 Thread agnel varghese
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

[python-win32] DLL load failed

2011-03-21 Thread Nabil Servais
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

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

2011-03-21 Thread Tim Golden
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