Re: [Mailman-Users] Gzipping archives

2001-11-09 Thread Dan Mick
> On 08 November 2001, Dan Mick said: > > Your Python has to have the 'gzip' module installed, which not all do. > > Don't you mean "zlib"? The import is for the module named 'gzip'. When one imports 'gzip', that module also imports 'zlib'. --

Re: [Mailman-Users] Gzipping archives

2001-11-09 Thread Steve Dinn
Yeah, I think he did actually mean zlib, because that's what actually turned out to be the case. I was missing zlib. Thanks for your help :) -Steve. On Fri, 9 Nov 2001, Greg Ward wrote: > On 08 November 2001, Dan Mick said: > > Your Python has to have the 'gzip' module installed, wh

Re: [Mailman-Users] Gzipping archives

2001-11-09 Thread Greg Ward
On 08 November 2001, Dan Mick said: > Your Python has to have the 'gzip' module installed, which not all do. Don't you mean "zlib"? Greg -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-us

Re: [Mailman-Users] Gzipping archives

2001-11-08 Thread Dan Mick
Other than reading the code, which I'm assuming you've done, nothing pops to mind. ARCHIVE_TO_MBOX has to be either 1 or 2, and GZIP_ARCHIVE_TXT_FILES needs to be 0. Try -v and see if that illuminates anything. > I appear to have it installed. Are there any other possibilities? Would > not h