Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
can not run 2011.03.29 #103
Comments
|
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. |
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)
^