Python bindings for libwkhtmltox using Cython
Python bindings for the fabulous libwkhtmltox using Cython
Special thanks to antialize for creating wkhtmltopdf
$ python setup.py install
Tested on:
libwkhtmltox.*
somewhere in your LD path (/usr/local/lib
)src/include/wkhtmltox
from wkhtmltopdf
somewhere on your include path (/usr/local/include
)If compiling for OSX (64-bit Python/libwkhtmltox only), until this bug is fixed you need the qt_menu.nib
directory from the QT source tree in the same directory as your libwkhtmltox.*
library files.
If you want to re-generate C source (or have made changes to the Cython template file, .pyx) you need Cython (tested with 0.13):
$ easy_install cython