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

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -