Skip to content

Potential Circular Import #7

@HeyITGuyFixIt

Description

@HeyITGuyFixIt

After installing this on Linux Mint 20, with all dependencies installed, I am getting this error when I run planksetting:

Traceback (most recent call last):
  File "/usr/share/planksetting/planksetting.py", line 3, in <module>
    from planksetting import Gtk
  File "/usr/share/planksetting/planksetting.py", line 3, in <module>
    from planksetting import Gtk
ImportError: cannot import name 'Gtk' from partially initialized module 'planksetting' (most likely due to a circular import) (/usr/share/planksetting/planksetting.py)

Seems there is a circular import, likely (but not definitely) related to the program "planksetting" importing a module called "planksetting". That's my best guess, but I don't know for certain.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions