Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

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

wants to merge 6 commits into from

Conversation

scottyg
Copy link

@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