Skip to content

Update For gedit 3.10.4 python 3.4.3+ (Ubuntu 15.10)#5

Open
scottyg wants to merge 6 commits intomtrovo:masterfrom
scottyg:master
Open

Update For gedit 3.10.4 python 3.4.3+ (Ubuntu 15.10)#5
scottyg wants to merge 6 commits intomtrovo:masterfrom
scottyg:master

Conversation

@scottyg
Copy link
Copy Markdown

@scottyg scottyg commented Oct 27, 2015

Updated code for Python 3

def deactivate(self, window):
                                ^
TabError: inconsistent use of tabs and spaces in indentation

(gedit:2482): libpeas-WARNING **: Error loading plugin 'zencoding'
Traceback (most recent call last):
File "~/.local/share/gedit/plugins/zencoding/__init__.py", line 148,
in update_ui
    reload(my_zen_settings)
NameError: name 'reload' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "~/.local/share/gedit/plugins/zencoding/__init__.py", line 258,
in do_update_state
    self.instances[self.window].update_ui()
File "~/.local/share/gedit/plugins/zencoding/__init__.py", line 150,
in update_ui
    md = Gtk.MessageDialog(self.window, Gtk.DIALOG_MODAL,
Gtk.MESSAGE_ERROR,
File "/usr/lib/python3/dist-packages/gi/overrides/__init__.py", line
38, in __getattr__
    return getattr(self._introspection_module, name)
File "/usr/lib/python3/dist-packages/gi/module.py", line 137, in
__getattr__
    self.__name__, name))
AttributeError: 'gi.repository.Gtk' object has no attribute
'DIALOG_MODAL'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant