Opened 10 years ago

Closed 10 years ago

#11264 closed bug (fixed)

Uber Tuber not working in hrev47885 was working before. Possibly Python problem.

Reported by: lalit Owned by: pulkomandy
Priority: normal Milestone:
Component: - General Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Uber Tuber showing error > ImportError: No module named_ctypes. It was working fine before. When run in command line got the following messages: /boot/system/bin> python youtube-dl --max-quality=35 --continue -o https://www.youtube.com/watch?v=7ViRRmyNiOY Traceback (most recent call last):

File "/boot/system/lib/python2.7/runpy.py", line 162, in _run_module_as_main

"main", fname, loader, pkg_name)

File "/boot/system/lib/python2.7/runpy.py", line 72, in _run_code

exec code in run_globals

File "youtube-dl/main.py", line 15, in <module> File "youtube-dl/youtube_dl/init.py", line 77, in <module> File "youtube-dl/youtube_dl/utils.py", line 7, in <module> File "/boot/system/lib/python2.7/ctypes/init.py", line 10, in <module>

from _ctypes import Union, Structure, Array

ImportError: No module named _ctypes

Change History (2)

comment:1 by pulkomandy, 10 years ago

Owner: changed from nobody to pulkomandy
Status: newin-progress

The ctypes modules is missing from our port of python 2.7. Will release a fixed package soon.

comment:2 by pulkomandy, 10 years ago

Resolution: fixed
Status: in-progressclosed

Fixed in hrev47894.

Note: See TracTickets for help on using tickets.