In article <[email protected]>,
 Chris Rebert <[email protected]> wrote:

> On Sun, Jan 15, 2012 at 7:40 AM, Jason Friedman <[email protected]> wrote:
> >> here is my code :
> >> import urllib
> >> import lxml.html
> <snip>
> > What version of python is this?  Based on the naked "print" I guess
> > 2.x, and I got:
> <snip>
> >>>> import lxml.html
> > Traceback (most recent call last):
> >  File "<stdin>", line 1, in <module>
> > ImportError: No module named lxml.html
> 
> lxml is a fairly popular third-party XML package for Python:
> http://lxml.de/

Fairly popular and insanely awesome!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to