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

Minor python 2.4.3 compatibility issue #138

Closed
paulfertser opened this issue Aug 5, 2011 · 1 comment
Closed

Minor python 2.4.3 compatibility issue #138

paulfertser opened this issue Aug 5, 2011 · 1 comment

Comments

@paulfertser
Copy link

@paulfertser paulfertser commented Aug 5, 2011

Hi,

Having Python 2.4.3 on a GNU/Linux system here, i had to make ``import
ctypes'' optional depending on os.name == 'nt' (it's not needed on a
sane system anyway) and also import email.utils didn't work before i
changed it to import email.Utils.

TIA :)

@phihag
Copy link
Contributor

@phihag phihag commented Aug 6, 2011

There's no official support for Python 2.4, but if these two imports is all what it prevents youtube-dl from running on 2.4, I don't see why it shouldn't be fixed.

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.