frescobaldi / python-poppler-qt4

Python binding to poppler-qt4
Other
29 stars 13 forks source link

Installation help #12

Open simmons449 opened 9 years ago

simmons449 commented 9 years ago

Hi I've run into trouble installing this. I've put a question on stackoverflow describing what I've tried. Any assistance would be greatly appreciated.

dliessi commented 9 years ago

I read the question on stackoverflow. I don't think you need python-poppler-qt4, unless you are using Qt4 to develop your application, which you don't mention. Anyway I can try to help you with anything related to MacPorts.

There is a py27-poppler/py34-poppler port, which contains Python bindings to Poppler (not Poppler-Qt4) and is probably what you need. Can you please try this

sudo port clean py34-poppler-qt4 poppler
sudo port selfupdate
sudo port install py34-poppler

and report the results? The first line cleans your previous installation attempt. If you actually need python-poppler-qt4, do sudo port install py34-poppler-qt4 instead of the last line. If you get an error, please post here the error message and the content of the main.log file (using some service like pastebin). The error message should tell you where to find the file.