can not run 2011.03.29 #69

Closed
opened 2026-02-20 22:24:39 -05:00 by deekerman · 1 comment
Owner

Originally created by @kai456789 on GitHub (Apr 10, 2011).

can not run youtube-dl

Traceback (most recent call last):
File "/mnt/disc0_1/youtube-dl", line 12, in
import ctypes
File "/opt/lib/python2.5/ctypes/init.py", line 10, in
from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes
root@kai:/jffs# youtube-dl
File "/mnt/disc0_1/youtube-dl", line 59
u'TEST'.encode(pref)
^

Originally created by @kai456789 on GitHub (Apr 10, 2011). can not run youtube-dl Traceback (most recent call last): File "/mnt/disc0_1/youtube-dl", line 12, in <module> import ctypes File "/opt/lib/python2.5/ctypes/**init**.py", line 10, in <module> from _ctypes import Union, Structure, Array ImportError: No module named _ctypes root@kai:/jffs# youtube-dl File "/mnt/disc0_1/youtube-dl", line 59 u'TEST'.encode(pref) ^
Author
Owner

@imrehg commented on GitHub (Apr 10, 2011):

From your own report, the error is within your python 2.5 install (the ctypes module there), not in youtube-dl... You might need to check that. Tested same version with Python 2.5.5 without any issues.

@imrehg commented on GitHub (Apr 10, 2011): From your own report, the error is within your python 2.5 install (the ctypes module there), not in youtube-dl... You might need to check that. Tested same version with Python 2.5.5 without any issues.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#69
No description provided.