Re: CAB files

2008-08-08 Thread oyster
lob(r"*.py") for fnm in files: hfci.AddFile(fnm) hfci.Close() [/your cab.py ends] > From: Thomas Heller <[EMAIL PROTECTED]> > To: python-list@python.org > Date: Fri, 08 Aug 2008 16:29:10 +0200 > Subject: Re: CAB files > Virgil Stokes schrieb: > >

Re: CAB files

2008-08-08 Thread Thomas Heller
Virgil Stokes schrieb: > I would appreciate python code for creating *.cab files. > > --V. Stokes Here is some code that I have still laying around. It has never been used in production and I do not know what you can do with the cab files it creates, but I have been able to create

Re: CAB files

2008-08-08 Thread Tim Golden
Virgil Stokes wrote: I would appreciate python code for creating *.cab files. I'm not aware of any existing modules for creating CABs. I thought there were some MS API calls for doing that kind of thing but a quick search hasn't shown anything up. You may have to roll your

CAB files

2008-08-08 Thread Virgil Stokes
I would appreciate python code for creating *.cab files. --V. Stokes -- http://mail.python.org/mailman/listinfo/python-list

Re: CAB files manipulation API (again).

2005-06-28 Thread Robert Kern
Isaac Rodriguez wrote: > Hi, > > I am sorry to post this question again, but when I did it the other day, my > news reader got stucked downloading new messages, and it has been that way > for a few days. It still gets stucked if I try to download old messages. Google is your friend. http://gro

CAB files manipulation API (again).

2005-06-28 Thread Isaac Rodriguez
to manipulate CAB files? Thanks, -- Isaac Rodriguez SWE Autodesk. There are 10 types of people. Those who undertand binary, and those who don't -- http://mail.python.org/mailman/listinfo/python-list

Re: Python API to manipulate CAB files.

2005-06-23 Thread Thomas Heller
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 &g

Re: Python API to manipulate CAB files.

2005-06-22 Thread Konstantin Veretennicov
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 subproces

Re: Python API to manipulate CAB files.

2005-06-22 Thread Peter Maas
Isaac Rodriguez schrieb: > Does anyone know of a Python API to manipulate CAB files? If there is a Windows API you can probybly call it from Python using Mark Hammond's Win32 extensions. -- --- Peter Maas, M+R Infosys

Python API to manipulate CAB files.

2005-06-22 Thread Isaac Rodriguez
Does anyone know of a Python API to manipulate CAB files? Thanks, -- Isaac Rodriguez SWE Autodesk. There are 10 types of people. Those who undertand binary, and those who don't -- http://mail.python.org/mailman/listinfo/python-list