Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 580010 - net-misc/youtube-dl-2016.04.13 USE=-offensive broken at runtime: "ImportError: No module named alphaporno"
Summary: net-misc/youtube-dl-2016.04.13 USE=-offensive broken at runtime: "ImportError...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
: 580070 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-04-14 21:33 UTC by Enne Eziarc
Modified: 2016-05-17 08:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info youtube-dl (info,6.80 KB, text/plain)
2016-04-15 17:36 UTC, Coacher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Enne Eziarc 2016-04-14 21:33:17 UTC
This sounds like a repeat of bug 552216.
Comment 1 Coacher 2016-04-15 17:35:05 UTC
Same here. Full trace:

Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 3, in <module>
    import youtube_dl
  File "/usr/lib64/python2.7/site-packages/youtube_dl/__init__.py", line 43, in <module>
    from .extractor import gen_extractors, list_extractors
  File "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/__init__.py", line 9, in <module>
    from .extractors import *
  File "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/extractors.py", line 23, in <module>
    from .alphaporno import AlphaPornoIE
ImportError: No module named alphaporno
Comment 2 Coacher 2016-04-15 17:36:01 UTC
Created attachment 430666 [details]
emerge --info youtube-dl
Comment 3 Coacher 2016-04-15 17:40:48 UTC
*** Bug 580070 has been marked as a duplicate of this bug. ***
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2016-04-16 09:26:41 UTC
Fixed in -r1.
Comment 5 Coacher 2016-04-16 20:47:43 UTC
(In reply to Jeroen Roovers from comment #4)
> Fixed in -r1.

Thank you.