-
Notifications
You must be signed in to change notification settings - Fork 95
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
window7 problem #18
Comments
I think the problem is that the executable on windows has the .exe extension, and the code is not looking for that. Depending on how familiar you are with git, if you can try the fix/dotexe branch by running This version should check for the .exe executable name and remember which version to use. |
This should be a problem of the line at https://github.com/ashima/pdf-table-extract/blob/master/src/pdftableextract/core.py#L19 |
This is still an issue on windows. I can confirm exactly the same issue on Windows 7. |
I'm on OS X, using |
Here's what I did to resolve this on Mac(Yosemite) (in that order)
after this re-ran the example code-worked perfectly . I think pdftoppm -h always returns a 99 exit code, so this was an easy alternative to fix. |
pdftoppm -h returns exit code as 99. What should be done to resolve this issue on windows(32 bit)? |
Any fix for this pdftoppm -h issue in Windows 7 ? @eelsirhc @eugeneai @dwatsonbynes |
(copied by chris from 895500a#commitcomment-6903404)
@amccarren commented on 895500a 9 hours ago
The text was updated successfully, but these errors were encountered: