Received: with ECARTIS (v1.0.0; list gopher); Sun, 29 May 2005 16:30:28 -0500 (CDT) Received: from c-24-1-225-166.hsd1.tx.comcast.net ([24.1.225.166] helo=turquoise.pongonova.net) by glockenspiel.complete.org with esmtp (Exim 4.50) id 1DcVMQ-0004rG-5e for gopher@complete.org; Sun, 29 May 2005 16:30:26 -0500 Received: by turquoise.pongonova.net (Postfix, from userid 1000) id 330F3657; Sun, 29 May 2005 15:30:22 -0500 (CDT) Date: Sun, 29 May 2005 15:30:22 -0500 From: brian@pongonova.net To: gopher@complete.org Subject: [gopher] CompressedFileHandler error Message-ID: <20050529203022.GA12706@pongonova.net> Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Spam-Status: No (score 2.0): FORGED_RCVD_HELO=0.05, NO_REAL_NAME=0.178, RCVD_IN_NJABL_DUL=1.655, RCVD_IN_SORBS_DUL=0.137 X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Sun, 29 May 2005 16:30:26 -0500 Content-Transfer-Encoding: 8bit X-archive-position: 1037 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: brian@pongonova.net Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: Gopher X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher Testing the CompressedFileHandler functionality...I'm running in a chroot'd environment, have the appropriate lib/bin dirs in /var/gopher for gzip to work. This is the stack trace I get when I try to access a gzip'd file: File "/usr/lib/python2.4/site-packages/pygopherd/initialization.py", line 82, in handle File "/usr/lib/python2.4/site-packages/pygopherd/protocols/base.py", line 89, in handle File "/usr/lib/python2.4/site-packages/pygopherd/handlers/file.py", line 87, in write AttributeError: CompressedFileHandler instance has no attribute 'rfile' I'm afraid Perl is my poison, so most of this Python stuff looks very strange to me! --Brian