Charlie napisał(a):

> Thanks for the help. That definitely gets me on the right track. I am
> having an issue though. I keep getting the error that MSIDBOPEN_READONLY
> is not defined.
> 
> Here is my code for testing. Am I missing something really obvious or is
> something just not working that should and my system is screwed up
> somewhere? Thanks.
> 
> import msilib
> 
> c = msilib.OpenDatabase('test.msi', MSIDBOPEN_READONLY)

I think this should read msilib.MSIDBOPEN_READONLY.

-- 
Jarek Zgoda
http://jpa.berlios.de/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to