|
From: Florian S. <flo...@gm...> - 2004-07-13 14:10:32
|
I get an error when I try to get an element from a select. result = Klassname.select(<statements>) result[0] <---- here I get TypeError: Iteration over non-sequence It seems like the Iteration object returns None in dbconnection.iterSelect and the list(Iteration(...)) fails because of that. I use svn checkout from a few hours ago. I would stay with 0.5.2, but there are no cleanup functions and I get leaking connections because of that. Regards, Florian Schulze |