Reputation: 3
Anyone knows how to solve this one?
Traceback (most recent call last):
File "pygsheets\sheet.py", line 39, in _init_
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Asus\\AppData\\Local\\Temp\\_MEI102362\\pygsheets\\data\\sheets_discovery.json'
I'm trying to make an app to write some data on a Google Sheets file using Tkinter, pygsheets and pyinstaller.
Thanks in advance.
Upvotes: 0
Views: 91