Skip to content Skip to sidebar Skip to footer

"Internal Server Error" With Hello World Python App

My files are as follows: application.wsgi (NOTE: updated as recommended from my previous question here) import os import sys sys.path.append('/srv/www/mysite.com/application') o

Solution 1:

Change print 'Hello World!' to return 'Hello World!'


Post a Comment for ""Internal Server Error" With Hello World Python App"