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

Uploading an output file with Python 3 gives NameError #2

Closed
blootsvoets opened this issue Nov 12, 2015 · 2 comments
Closed

Uploading an output file with Python 3 gives NameError #2

blootsvoets opened this issue Nov 12, 2015 · 2 comments

Comments

@blootsvoets
Copy link
Member

The run.py script tries to read a file, but gives a NameError about basestring. Need to check the IO functionality of easywebdav on Python 3...

@blootsvoets
Copy link
Member Author

Narrowed it down to issue amnong/easywebdav#26, have pinged a pull request (seems inactive). I'll consider switching to another webdav package. For now the resolution is to use Python 2 if webdav is needed.

@blootsvoets
Copy link
Member Author

Switched to webdavclient, which supports Python 3.

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