You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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.
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 :)
The text was updated successfully, but these errors were encountered: