MsiLib

"Martin v. Löwis" martin at v.loewis.de
Wed Aug 22 16:35:59 EDT 2007


Charlie schrieb:
> Thanks for pointing that out. It solved the one problem and along came
> another. Now I get the following error when I try running it. Thanks for
> the help.
> 
> Traceback (most recent call last):
>   File "msi.py", line 7, in <module>
>     record = view.Fetch()
> _msi.MSIError: function failed

Ah. You need to call view.Execute() first. See

http://msdn2.microsoft.com/en-us/library/aa370514.aspx

Regards,
Martin



More information about the Python-list mailing list