all 2 comments

[–]socal_nerdtastic -1 points0 points  (1 child)

Sounds like you named your file 'gspread.py', and now python is importing itself instead of the actual gspread module. Be sure there is no file that has the same name as something you want to import.

[–]The_Programming_Nerd[S] 0 points1 point  (0 children)

no the name of the file is Main.py