Ashoat Posted July 5, 2010 Posted July 5, 2010 a) no the problem isn't fixed yet, only a part of the original errors is gone b ) how should I set up those custom error logs?Do you know Python? Do you know how exception-handling works? If yes - just catch all exceptions and output them to the page. If not - read up on exception-handling in Python.
kruptein Posted July 5, 2010 Author Posted July 5, 2010 I can say I know python very well and ofcourse I know exception-handling, only one problem when I did a print statement on my local apache server, I got an error that stdout is not supported by default for apache, So I thought that that would be the case too on heliohost but I will give it a try
Ashoat Posted July 5, 2010 Posted July 5, 2010 You're right; it isn't. You'll need to use WSGI libraries for printing, I believe.
Recommended Posts