I had the same error, but I could fix it: 1. open the file Zope\lib\python\Products\PSQLInput\Wizard.py 2. goto line 357, containing the following: self.aq_parent.manage_addZSQLMethod(sqlId, sqlTitle, self.connection_id, args, command) 3. replace the previous statement by the following: self.aq_parent._setObject(sqlId, Products.ZSQLMethods.SQL.SQL(sqlId, sqlTitle, self.connection_id, args, command)) 4. restart Zope I attached the complete Wizard.py hope it helped phil ----- Original Message ----- From: Ping Lau To: zope@zope.org Sent: Sunday, October 03, 1999 8:40 AM Subject: [Zope] PSQLINPUT Wizard Error Has anyone successfully used PSQLInput Product? It gave me the error: Error Type: AttributeError Error Value: manage_addZSQLMethod I am running Zope 2.0.1 & MySQL on Win98. Regards, Ping