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

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 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.

@rg3 rg3 closed this as completed Sep 10, 2011
joedborg referenced this issue in joedborg/youtube-dl Nov 17, 2020
[pull] master from rg3:master
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

3 participants