python - PyCharm recognize a module but do not import it -
i try import pydrive
module in pycharm
project : from pydrive.auth import googleauth
. tried different things :
- installing directly project interpreter
- download pip command , import path poject interpreter
- the same thing in linux
nothing works. each time pycharm recognize module , sugest auto-completion, when run project keeps saying importerror: no module named pydrive.auth
any suggestion ?
edit : when put directly pydrive folder in repository, , time : importerror: no module named httplib2
first import of pydrive. path correct , httplib2 again in pycharm project
Comments
Post a Comment