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 a cab and open

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 own: http://support

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