Can't run python script converted to exe
问题 I have created a python program that sends data to google spreadsheets using the following external libaries: json gspread oauth2client The program works as expected, however when I tried to convert it to an executable, I would get the following error every time I rune the .exe file: Traceback (most recent call last): File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module> exec(code, m.__dict__) File "Demo.py", line 13, in <module> File "C:\Python27\lib