So I have a record which I get like so:
record = TheRun.byUuidRun(uuid)
In fact I don't think it really matters how I get it...I also tried
selecting by id number, and it didn't make a difference.
I can print the record find by coercing it into a string.
But I'd like to be able to iterate through it myself. And I can't. I keep
getting: 'TypeError: 'TheRun' object is not iterable'
Why is this the case?
Thanks
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss