Posts by Pedro Lyra • 1 point
3 posts
-
0
votes1
answer89
viewsQ: Script conflict in my html file
I am creating a web application where the main page is a Timeline, and this Timeline should update your content automatically. I’m using Jquery’s setTimeOut function to update Timeline every x…
-
0
votes1
answer35
viewsA: Flask application deploy error
I was able to fix, the error was in my application and not in wsgi itself, I was able to visualize the correct error after going down to the last line of apache error.log.
-
0
votes1
answer35
viewsQ: Flask application deploy error
I am trying to deploy a flask application in the same way I do when using python2.7, but in this case I am using python3 and an error is returned in wsgi. Below follows the first line of apache2…