[python-win32] Vista's win32
JJJanse
jjjanse at home.nl
Sun Mar 18 10:16:20 CET 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20070318/67973529/attachment.html
More information about the Python-win32
mailing list