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:
> >
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
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
I would appreciate python code for creating *.cab files.
--V. Stokes
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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
10 matches
Mail list logo