Hello,

I am doing a lot of testing at this stage of learning App Engine but I
am having some problems printing something like this:
...
...
results = query.fetch(10)

results_type = type(results)
self.response.out.write(results_type)

prints nothing (and no error message).

If I do

self.response.out.write(results)

it prints the content of the results.

How do you use the development server to debug? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to