Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name PDFDocument #21

Open
GoogleCodeExporter opened this issue Dec 30, 2015 · 0 comments
Open

ImportError: cannot import name PDFDocument #21

GoogleCodeExporter opened this issue Dec 30, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Traceback (most recent call last):
  File "/usr/bin/gpapers", line 28, in <module>
    import gpapers
  File "/usr/lib/python2.7/site-packages/gpapers/__init__.py", line 50, in <module>
    from gpapers.importer import bibtex, pdf_file
  File "/usr/lib/python2.7/site-packages/gpapers/importer/pdf_file.py", line 24, in <module>
    from pdfminer.pdfparser import PDFParser, PDFDocument, resolve1
ImportError: cannot import name PDFDocument



just tried to install gpapers on fedora 20. Pdfminer is not in fedora repos, 
therefore I had to install it from source pdfminer-20131113, gpapers seem to 
not like something about that. Let me know how can I help you to track down the 
problem. 

Original issue reported on code.google.com by aten...@gmail.com on 12 Jan 2014 at 6:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant