You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
I install the plugin with the instructions on GitHub. Plugin installer is present in the plugin list in gedit.
If I select it I got plugin loader 'python3' was not found, found this with setting Loader=python but no result, tried 2to3 on the code but it failed with:
RefactoringTool: Skipping optional fixer: buffer
RefactoringTool: Skipping optional fixer: idioms
RefactoringTool: Skipping optional fixer: set_literal
RefactoringTool: Skipping optional fixer: ws_comma
RefactoringTool: No changes to appactivatable.py
Traceback (most recent call last):
File "/bin/2to3", line 5, in <module>
sys.exit(main("lib2to3.fixes"))
File "/usr/lib64/python3.7/lib2to3/main.py", line 259, in main
options.processes)
File "/usr/lib64/python3.7/lib2to3/refactor.py", line 687, in refactor
items, write, doctests_only)
File "/usr/lib64/python3.7/lib2to3/refactor.py", line 282, in refactor
self.refactor_file(dir_or_file, write, doctests_only)
File "/usr/lib64/python3.7/lib2to3/refactor.py", line 728, in refactor_file
*args, **kwargs)
File "/usr/lib64/python3.7/lib2to3/refactor.py", line 322, in refactor_file
input, encoding = self._read_python_source(filename)
File "/usr/lib64/python3.7/lib2to3/refactor.py", line 318, in _read_python_source
return f.read(), encoding
File "/usr/lib64/python3.7/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in position 1: invalid continuation byte
It doesn't work and causes a reset of the gedit configuration.
The text was updated successfully, but these errors were encountered: