On 02/27/2009 08:42 AM, Chris Thompson wrote:
> Regarding the lxml package, I have "python-lxml version 1.3.6-1"
> installed and "libxml2 version 2.6.31.dfsg-2ubuntu1.3". This is detected
> by the imdbpy installer but I still get the warnings. Here is a snippet
> from my console:
> 
>     
> r...@zen-linux:/data/downloads/development/general/python/imdmpy/trunk/imdbpy#
>     get_first_movie.py alien
>     
> /usr/lib/python2.5/site-packages/IMDbPY-4.0dev-py2.5.egg/imdb/parser/http/utils.py:363:
>     UserWarning: unable to use "lxml": No module named html
>       warnings.warn('unable to use "%s": %s' % (mod, str(e)))
>     
> /usr/lib/python2.5/site-packages/IMDbPY-4.0dev-py2.5.egg/imdb/parser/http/utils.py:354:
>     UserWarning: falling back to "beautifulsoup".
>       warnings.warn('falling back to "%s".' % mod)
> 

I was browsing the archives and noticed that this was not answered. The
1.3.6 version of python-lxml does not seem to have an "html" module.
Maybe we should set the dependency info in the setup.py file so that a
release with version greater than 2.1 will be selected.

-- 
Turgut Uyar


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Imdbpy-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to