Re: [web2py] Printing statements from Python

2014-01-26 Thread horridohobbyist
Thanks. That's a good suggestion. I should've thought of that! On Sunday, 26 January 2014 13:33:38 UTC-5, Calvin Morrison wrote: > > A ghetto way: just open a file and use regular write commands > On Jan 26, 2014 1:30 PM, "horridohobbyist" > > > wrote: > >> I'm looking for a simple way to print

Re: [web2py] Printing statements from Python

2014-01-26 Thread Calvin Morrison
A ghetto way: just open a file and use regular write commands On Jan 26, 2014 1:30 PM, "horridohobbyist" wrote: > I'm looking for a simple way to print out statements in Python. I > understand the 'print' function outputs to the console on the server side, > but once web2py is deployed through Ap