Errno 5 caused througth web2py -


I / O error error 5 When "print" is used it is thrown. I do not know why ??

server: redHat

with built-in = web server you "print" And the output goes to the console if you use GAE instead, then it redirects the stoutout to the socket, so you can print on your page and it will break your pages. If you use mod_wsgi stdout is off and you can not "print" at all. I do not know what the fault is 5, but one of these could be the result of these problems.

I recommend not using print for debugging. Use logging instead

If you post queries related to web2py on the web2py mailing list, then you are guaranteed a response and a fast response time.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -