Im working on an Python application that can show pdf files. I tried to use the python-poppler-qt4 Binding.
So far no problem. But it is also neceseery that i can build a stand alone executable of the programm. For this I want to use PyInstaller.
It seems that PyInstaller doesnt support Poppler. How can I go around this?