Believe it or not, IMDbPY 3.7 is here! :-)
As usual, you can download everything from http://imdbpy.sf.net/

In this release the html parsers were replaced with new DOM/XPath-based
parsers, mostly based on the work of H. Turgut Uyar, who I personally
thank for the impressive amount and quality of work.

The replacement means that, to operate faster, IMDbPY requires
libxml2, libxslt and the python binding lxml.

For Microsoft Windows all you need is the python-lxml package,
which can be found here: http://pypi.python.org/pypi/lxml/

For Unix environments, check if your distribution already provides
libxml2, libxslt and python-lxml; otherwise, you can download them
from here:
  http://xmlsoft.org/downloads.html
  http://xmlsoft.org/XSLT/downloads.html
  http://codespeak.net/lxml/index.html#download

IMDbPY will work even without these dependencies, but will be slower,
operating with the BeautifulSoup module (included in the package).


Enjoy (and read the README.newparsers file... ;-)
-- 
Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47]
http://erlug.linux.it/~da/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to