Comment 6 for bug 839712

Revision history for this message
jpfle (jpfle) wrote :

@Martin: I updated packages. Plugins written in Python now can be enabled, but a lot can not be used. For example, if I enable "Snippets" and then go to "Tools > Manage Snippets...", nothing happens and the following error is displayed on the terminal:

TypeError: on_action_snippets_activate() takes exactly 3 arguments (2 given)

I have this error for other plugins, for example:

- "External Tools": TypeError: <lambda>() takes exactly 2 arguments (1 given)
- "Advanced Find/Replace": TypeError: advanced_find_active() takes at least 3 arguments (2 given)