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.
ctypes module problem #94
Comments
|
It's a problem with your Python installation: it seems to be missing the Consider using the packaged version of Python if your operating system offers one. (As a last resort, you can comment out the |
|
I concur with grawity, so I'll close the issue. |
Just downloaded the latest youtube-dl and now this:
Traceback (most recent call last):
File "./youtube-dl", line 12, in
import ctypes
File "/usr/local/lib/python2.6/ctypes/init.py", line 10, in
from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes
I realize this is probably a Python problem, but my searches have not revealed a fix. Guess I'll be using the old version until it quits working. My Linux box is old, but the Python is 2.6. It compiled fine and the former youtube-dl script works fine.