[Tutor] pstree cgi-script

Rick Pasotto rick at niof.net
Thu Jun 17 09:46:33 EDT 2004


On Wed, Jun 16, 2004 at 01:36:12PM +0000, Conrad Gavin wrote:
> 
> That doesnt seem to work either .. 
> My code now:
> 
> #!/usr/bin/python
> 
> ^
> 
> import os
> 
> print "text/plain/n/n"

That should be

print "text/plain\n"

That's a newline at the end of the string and you only need one since
the print statement supplies the second.

-- 
"If you think education is expensive, try ignorance."
	-- Derek Bok, President, Harvard University
    Rick Pasotto    rick at niof.net    http://www.niof.net



More information about the Tutor mailing list