why i can get nothing?
Roy Smith
roy at panix.com
Sun Jan 15 17:26:29 EST 2012
In article <mailman.4779.1326665865.27778.python-list at python.org>,
Chris Rebert <clp2 at rebertia.com> wrote:
> On Sun, Jan 15, 2012 at 7:40 AM, Jason Friedman <jason at 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!
More information about the Python-list
mailing list