Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot import google
#1
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'
Reply
#2
import google, not:
import Google, lower case G
Reply
#3
(Jan-10-2022, 07:26 PM)kucingkembar Wrote: import google, not:
import Google, lower case G

Thank you soo much # Big Grin
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to import files in Google Collab wihout downloading them to PC and to Google Disk sveto4ka 9 3,933 Jun-03-2020, 12:40 PM
Last Post: sveto4ka

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020