Mark Mc Mahon <mtnbikingm...@gmail.com> added the comment:

The following two error conditions that can be returned by MsiOpenDatabase do 
not have specific handling:

ERROR_CREATE_FAILED (1631)
    The database could not be created.

ERROR_OPEN_FAILED (110)
    The database could not be opened as requested.

(the messages are those copied from MSDN).

Should extra cases for these go into the case statement in msierror? or should 
they be handled directly in OpenDatabase.

Does the error text above sound OK - should we add ": '%s'" % msi_file ?

----------
nosy: +markm

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12382>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to