Quote:
Originally Posted by kovidgoyal
It's part of libprs500. If you only want to use html2lrf all you need is
python 2.5 and setuptools. Once they're installed a simple
Code:
easy_install -f http://www.pythonware.com/products/pil Imaging
easy_install-2.5 -U libprs500
will install it automatically.
EDIT: Forgot about the dependency on Imaging
|
For some reason, that made more sense to me than the instructions on libprs500 page.
Maybe I'll put together a more "Mac friendly" of the installation instructions later.