Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error importing tmdb3 #66

Open
berkobob opened this issue Sep 14, 2015 · 1 comment
Open

Error importing tmdb3 #66

berkobob opened this issue Sep 14, 2015 · 1 comment

Comments

@berkobob
Copy link

I'm getting:

from tmdb3 import searchMovie
Traceback (most recent call last):
File "<pyshell#4>", line 1, in
from tmdb3 import searchMovie
File "C:\Python34\lib\site-packages\tmdb3__init__.py", line 3, in
from tmdb_api import Configuration, searchMovie, searchMovieWithYear,
ImportError: No module named 'tmdb_api'

@lcd1232
Copy link

lcd1232 commented Mar 4, 2016

Use instrument name "2to3.py"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@berkobob @lcd1232 and others