Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3CA85D11.51BADC59@yahoo.com> Date: Mon, 01 Apr 2002 23:13:53 +1000 From: "G.Villot" X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: sax with python 2.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I got the following error when using sax.utils: class Test(saxutils.DefaultHandler): AttributeError: 'module' object has no attribute 'DefaultHandler' here is the python file: import pyPgSQL.PgSQL from xml.sax import saxutils from xml.sax import make_parser from xml.sax.handler import feature_namespaces class Test(saxutils.DefaultHandler): ... Any idea ? Thanks, Georges. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/