Closed orbanbotond closed 11 years ago
Same issue. Worked great until this week. Now, I receive the following upon startup:
Reloading plugin C:\Users\***\AppData\Roaming\Sublime Text 2\Packages\Gist\gist.py
Traceback (most recent call last):
File ".\sublime_plugin.py", line 62, in reload_plugin
File ".\gist.py", line 581
SyntaxError: Non-ASCII character '\xe2' in file .\gist.py on line 581, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
So I added the following at the top of Packages\Gist\gist.py:
# -*- coding: utf-8 -*-
Working for me so far.
Must be fixed in last version.
It is... fixed. but if I install the gist with package manager probably it installs the old version... So please check it.
I got this in my sublime console:
SyntaxError: Non-ASCII character '\xe2' in file ./gist.py on line 581, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details