In article <mailman.4779.1326665865.27778.python-l...@python.org>,
 Chris Rebert <c...@rebertia.com> wrote:

> On Sun, Jan 15, 2012 at 7:40 AM, Jason Friedman <ja...@powerpull.net> 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