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 -- http://mail.python.org/mailman/listinfo/python-list