I have installed Django and mod_wsgi-express on an ubuntu 15.10. Basically (notice I did not do this as root):
pip install Django pip instal
The problem was in the include path:
import sys #Wrong! #sys.path.append("/home/user/mysite/mysite") #Correct sys.path.append("/home/user/mysite")