Python API to manipulate CAB files.

Konstantin Veretennicov kveretennicov at gmail.com
Wed Jun 22 19:08:08 EDT 2005


On 6/22/05, Peter Maas <peter at somewhere.com> wrote:
> Isaac Rodriguez schrieb:
> > Does anyone know of a Python API to manipulate CAB files?

I guess you'll have to interface with setupapi.dll
(SetupIterateCabinet) via ctypes, or with Microsoft Cabinet utilities
via subprocess module. Neither is what people call fun...

- kv



More information about the Python-list mailing list