The built-in commander plugin fails to load and cmd.exe shows the following error:
(gedit.exe:12280): libpeas-WARNING **: The 'python' plugin loader has not been enabled
(gedit.exe:12280): libpeas-WARNING **: Error importing plugin 'commander':
Traceback (most recent call last):
File "G:\gedit\lib\python3.5\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 986, in _gcd_import
File "<frozen importlib._bootstrap>", line 969, in _find_and_load
File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 662, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "G:\gedit\lib\gedit\plugins\commander\__init__.py", line 35, in <module>
from windowactivatable import CommanderWindowActivatable
File "G:\gedit\lib\gedit\plugins\commander\windowactivatable.py", line 23, in <module>
from entry import Entry
File "G:\gedit\lib\gedit\plugins\commander\entry.py", line 23, in <module>
import cairo
File "G:\gedit\lib\python3.5\site-packages\cairo\__init__.py", line 18, in <module>
from ._cairo import *
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x83 in position 3: invalid start byte
(gedit.exe:12280): libpeas-WARNING **: Error loading plugin 'commander'