Jump to content

Recommended Posts

Posted
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.
Posted

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

Posted

You're right; it isn't. You'll need to use WSGI libraries for printing, I believe.

Guest
This topic is now closed to further replies.
×
×
  • Create New...