Integrate MuPDF Reader in an app

I don’t know how to do this in Windows using cygwin, because I’m using Ubuntu for the development. But I think the procedure should be the same. Download the file mupdf-0.9-source.tar.gz here: http://code.google.com/p/mupdf/downloads/list?q=source Download the file mupdf-thirdparty.zip Extract the sources. By default they will be extracted to the folder: mupdf-0.9/ Extract the file mupdf-thirdparty.zip into … Read more

How do I resolve “No module named ‘frontend'” error message?

I’ve solved it by: pip install PyMuPDF This will actually allow the import of the fitz you appear to want. (There’s another fitz, which is probably not what you want if you’re manipulating PDF files.) NOTE: If you get RuntimeError: Directory ‘static/’ does not exist after install than do: pip uninstall fitz for more info … Read more