-
Notifications
You must be signed in to change notification settings - Fork 96
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
Python 2.6 compatibility #112
Comments
Please work through the other issue, and submit a PR. It'll be much quicker. |
It's a one-liner, maybe two: In the manual, there is a footnote "computed with true division enabled". Can it be a problem? |
What is "computed with true devision enabled"? The change that you're suggesting breaks uploads? How? |
No, the change fixes uploads on Python 2.6 which doesn't have the total_seconds() function. |
The version 0.13 worked for me on Debian Squeeze. I'm still having trouble with version 0.14, particularly with download.
What I did so far:
replace OrderedDict: http://stackoverflow.com/questions/14358162/funnelweb-error-cannot-import-ordereddict
replace total_seconds: https://docs.python.org/2/library/datetime.html#datetime.timedelta.total_seconds
The text was updated successfully, but these errors were encountered: