﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
895	Missing lxml packagee on update	Daniel Krol		"I started the installation process about a week ago (I assume you can look at timestamps on this ticket). I stopped right around the point where you set up mediagoblin_local.ini. I just came back and decided to run the update command before continuing:

`./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch`

It started fetching packages, but suddenly ended thusly:

`ImportError: No module named lxml.html.clean`

I don't know if this happens if I build from scratch. To fix this, I went the route of:

`sudo apt-get install libxml2-dev`
`sudo apt-get install libxslt1-dev`

So that `lxml` would build (I got that from Stack Overflow. I didn't test that both are required). Then:

`pip install lxml`

Now when I run the update command, the missing lxml error doesn't come up.

Caveat: I accidentally ran the update script when not in the virtual env, so maybe I put this thing in a weird state."	defect	closed	major		programming	invalid			
