updater4pyi.upd_defs module

updater4pyi.upd_defs.RELTYPE_ARCHIVE = 2

An archive containing several files. The archive should be extracted into a directory.

updater4pyi.upd_defs.RELTYPE_BUNDLE_ARCHIVE = 3

An archive containing a Mac OS X application bundle.

updater4pyi.upd_defs.RELTYPE_EXE = 1

A single executable. For example, a MS Windows .exe file or a linux executable.

updater4pyi.upd_defs.RELTYPE_UNKNOWN = 0

Unknown release type.

exception updater4pyi.upd_defs.Updater4PyiError(msg)[source]

Bases: exceptions.Exception

An exception class used to signify an error in the installation of a software update, for example.

However, if you’re not digging into the internals of the update interface, you probably won’t even have to bother with catching these. See also Updater and UpdateInterface.