-
Notifications
You must be signed in to change notification settings - Fork 139
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
import error when using git version and python3.5 #24
Comments
I have the same issue. Steps to reproduce:
with import slate
import sys
if __name__ == "__main__":
filepath = sys.argv[1]
with open(filepath) as f:
doc = slate.PDF(f)
print(doc) |
Can this get merged please? |
It shouldn't if PR #32 turns out to do the same and more (untested). Read that chronology. |
this error persists, over 3 years later. I guess its impossible to run slate on python 3? |
+1 on the above. I was able to manually patch with the above fix. |
I have installed the git version using the setup script, and when trying to import slate i get the following error:
The text was updated successfully, but these errors were encountered: