-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello,
I didn't manage to run the taskswitching program. All requirments were succesfully installed (I use windows 10). When I run Klibs run, I receive the following error :
C:\Users\utilisateur_invité\AppData\Local\Programs\Python\Python37\TaskSwitching>klibs run
File "C:\Users\utilisateur_invité\AppData\Local\Programs\Python\Python37\Scripts\klibs-script.py", line 1
SyntaxError: Non-UTF-8 code starting with '\xe9' in file C:\Users\utilisateur_invité\AppData\Local\Programs\Python\Python37\Scripts\klibs-script.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
And when I open the klibs-script.py file, the following message appears :
the file's encoding is invalid for python 3.x.
IDLE will convert it to UTF-8.
what is the current encoding of the file?
Best regards,
Malek