Python Forum

Full Version: Cannot import google
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have pip installed everything I need. My goal is to get that service to import.
This is my code:
from googleapiclient.http import MediaFileUpload
from Google import Create_Service
This is the error:
Error:
Traceback (most recent call last): File "C:\Users\princ\PycharmProjects\IpGrab\main.py", line 3, in <module> from Google import Create_Service ModuleNotFoundError: No module named 'Google'
import google, not:
import Google, lower case G
(Jan-10-2022, 07:26 PM)kucingkembar Wrote: [ -> ]import google, not:
import Google, lower case G

Thank you soo much # Big Grin