I am trying to run nosetest my little Python script that uses the Google Translate API.
Where do I need to install the API or what do I need to do so nosetest stops telling me
ImportError: No module named apiclient.discovery
The script works fine, I import it the way you would, and installed it using pip, but I can not find information on how to make this work with nosetest.
Any help would be greatly appreciated! :)
python testing google-api importerror nosetests
LukasKawerau
source share