On WinXP I used to 

 

import win32api

import win32con

import win32event

from win32com.shell import shell, shellcon

 

in order to call

exResult=shell.ShellExecuteEx(

 
lpFile=r"C:\Program Files\MLDownloader\MLDownloader.exe",

 
lpParameters="-MLD_daily",

 
nShow=win32con.SW_NORMAL,

 
fMask=shellcon.SEE_MASK_NOCLOSEPROCESS

 
)

 

Now, I installed Vista 

Python 2.5 and Python2.5 pywin32-210

 

and get the exception: ImportError: DLL load failed: The specified module
could not be found.

 

Is there a solution to this problem?

 

w.k.regards

Joost Janse

 

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to