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

Made Appropriate Changes #28

Open
Raghuvar opened this issue May 8, 2018 · 0 comments
Open

Made Appropriate Changes #28

Raghuvar opened this issue May 8, 2018 · 0 comments

Comments

@Raghuvar
Copy link

Raghuvar commented May 8, 2018

For Python 3.x
Need to do some changes in following files:

  1. In /src/pdftableextract/core.py
    a. in try: .... except:..... block in the lines where Exception, e is written should be Exception as e.
    b. In the same file, in getCell() function double parentheses should not be there.

  2. In src/pdftableextract/init.py
    Instead of from core ....
    It should be from .core import .......

  3. In src/pdftableextract/extracttab.py
    point no. b of 1 should be applied

  4. In src/pdftableextract/pnm.py
    line #31 should be print() for python 3.x

Thanks!

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

No branches or pull requests

1 participant