[Zope] Using ZSQL Results in python: "dictionaries" property doesn't exist

Igor Leturia IGOR@emun.com
Tue, 19 Feb 2002 12:18:30 +0100


  Hi all!

  I am trying to use the "Results" variable returned by any ZSQL method
in a python script, as shown in this how-to:
http://www.zope.org/Members/spinwing/ZSQL_Results . The thing is I can
access Results.names() and Results.data_dictionary() as shown in the
examples there, but not Results.dictionaries(). It says that the
property doesn't exist.

  Any ideas?

					Igor Leturia