Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
gajim-plugins
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 78
    • Issues 78
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 31
    • Merge Requests 31
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • gajim-plugins
  • Issues
  • #461

Closed
Open
Opened Nov 20, 2019 by Daniel Brötzmann@wurstsalat
  • Report abuse
  • New issue
Report abuse New issue

[banner_tweaks] Missing message_control import

Versions

  • OS: Manjaro
  • Gajim version: 1.1.92
  • Plugin version: 1.2.1
  • GTK version: 3.24.12
  • Python-nbxmpp version: 0.9.92

Steps to reproduce the problem

  1. Run Gajim with Banner Tweaks plugin activated

Expected behavior

Plugin loads

Actual behavior

Traceback (most recent call last):
  File "/mnt/Daten/Daten/Projekte/DEV/Gajim/gajim/gajim/plugins/pluginmanager.py", line 675, in scan_dir_for_plugins
    module = __import__(module_name)
  File "/home/x/.local/share/gajim/plugins/banner_tweaks/__init__.py", line 1, in <module>
    from .plugin import BannerTweaksPlugin
  File "/home/x/.local/share/gajim/plugins/banner_tweaks/plugin.py", line 34, in <module>
    from gajim import message_control
ImportError: cannot import name 'message_control' from 'gajim' (/mnt/Daten/Daten/Projekte/DEV/Gajim/gajim/gajim/__init__.py)
Edited Nov 20, 2019 by Daniel Brötzmann
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
Bug
Assign labels
  • View project labels
Reference: gajim/gajim-plugins#461