File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = __import__(path[0])
File "/Users/haoyuchen/Downloads/coursebuilder/main.py", line 27, in <module>
from controllers import sites
File "/Users/haoyuchen/Downloads/coursebuilder/controllers/sites.py", line 117, in <module>
import utils
File "/Users/haoyuchen/Downloads/coursebuilder/controllers/utils.py", line 31, in <module>
from common import jinja_utils
File "/Users/haoyuchen/Downloads/coursebuilder/common/jinja_utils.py", line 23, in <module>
import tags
File "/Users/haoyuchen/Downloads/coursebuilder/common/tags.py", line 27, in <module>
import lxml.html
ImportError: No module named lxml.html
INFO 2015-04-07 05:39:26,702 module.py:666] default: "GET /_ah/warmup HTTP/1.1" 500 -
pip install -U pip // this updates pip, so that the actual syntax is interpreted correctly
pip2.7 install lxml // this installs lxml