[ZPT] python to zpt

Exteam exteam6 at yahoo.co.in
Mon Jul 21 09:06:39 EDT 2003


hi all,
i'm stuck at this point,
can some one convert the following python code in to
zpt & help me.
i'm not able to convert it in to zpt.
--------------------------------
rec = context.test_select_sql()
print "Fields definitions"
recordset = rec.dictionaries()
rownum = 1
for record in recordset:
  print "Row %d" % (rownum), "check", record
  rownum = rownum + 1
for key in record.keys():
       print key, "=", record[key]
       print "-" * 80
return printed
---------------------------
plz help me
thanks

________________________________________________________________________
Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/



More information about the ZPT mailing list