Print is also OK, but you need handle header by yourself, and it can only
output text.
http://code.google.com/intl/en/appengine/docs/python/gettingstarted/helloworld.html

print 'Content-Type: text/plain'
print ''
print 'Hello, world!'



2009/5/29 Shedokan <shedok...@gmail.com>

>
> I am wondering why should I use self.response.out.write and not print
> everything.
>
> because I am making this app where I have to output from a lot
> ofdifferent functions and I am passing the object 'self' everywhere.
>
> 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to