Advertisement
Spac3k

python import

Oct 23rd, 2015
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. C:\Program Files\VideoLAN\VLC\TraktForVLC-master>python -c "import tvdb_api; print(dir(tvdb_api))"
  2. Traceback (most recent call last):
  3. File "<string>", line 1, in <module>
  4. File "C:\Program Files\VideoLAN\VLC\TraktForVLC-master\tvdb_api\__init__.py",
  5. line 60, in <module>
  6. from tvdb_ui import BaseUI, ConsoleUI
  7. ImportError: No module named 'tvdb_ui'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement