User Profile
Collapse
-
Never mind, it works now...it turns out I needed to put .all onto the iterating object in the for loop. Thanks for your help! -
I added the tracebook, sorry, meant to add that. The last block of code is integrating the python into html, I was half asleep when I asked this, sorryLeave a comment:
-
How to fix "Object not iterable" error?
Hey everyone,
I am fairly new to python, and I was working on a google app engine project for a class, and this error came up. I wasn't sure why, because right above it I have the same object type right above it, and when I take the filter off the other, it works fine, I just can't do that or it screws everything up
...Code:def LoginBar(): user = users.get_current_user() greet = Greeting.all() info = greet
No activity results to display
Show More
Leave a comment: