Konstantin Veretennicov <[EMAIL PROTECTED]> writes:

> On 6/22/05, Peter Maas <[EMAIL PROTECTED]> 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
Probably not what you mean with 'manipulate CAB files', but it may give
a start with ctypes and cab:

http://starship.python.net/crew/theller/moin.cgi/CreateCab

Thomas
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to