Jan-10-2022, 06:25 PM
I have pip installed everything I need. My goal is to get that service to import.
This is my code:
This is my code:
from googleapiclient.http import MediaFileUpload from Google import Create_ServiceThis 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'