[Zope-DB] Re: ZSQL + MySQL + sqltest + list

2006-04-05 Thread Wolfram Kraus
Matthew Fairclough wrote: Hi, Really frustrated by this. dtml-sqltest catId type=int multiple I want catId to be a list: ie [4, 6, 8]. Examples indicate that I can do this. However, ZSQL generates an error every time I put in more than one integer. How can I pass a list of integers? Many

[Zope] Re: MySql problems

2005-12-01 Thread Wolfram Kraus
Dennis Allison wrote: I have not yet completed differential diagnosis, but I was hoping someone had encountered a similar problem and could pass along a fix/workaround. The following program fails to do the writes -- import MySQLdb initdb='test' dbuser = 'root' dbpass = 'XX' host =

[Zope] Re: formatting tuple to feed to mysql

2005-05-10 Thread Wolfram Kraus
David Siedband wrote: I'm have a tuple that I want to pass to a zSQL query to so I can based on items in the tuple. I get the sequence from a zSQL query that selects a single field, and I'm postprocessing it with the following: dtml-let SelectedIDs=[ai[0] for ai in

[Zope] Re: xemacs ftp and scripts

2005-05-06 Thread Wolfram Kraus
Dave Whiteley wrote: Hello, I am very new to zope, and I am not an experienced lisp programmer - please accept the standard Newbie apologies. I am avoiding the use of DHTML, as this seems to be the approved policy. Most of my work has been using page templates, and internal and external python