Skip to content

Cannot import Command.py from Store.py? #1

Description

@StarrKiss

Traceback (most recent call last):
File "main.py", line 5, in
import commands
File "/home/hackerman/Documents/pyFic/commands.py", line 5, in
import store
File "/home/hackerman/Documents/pyFic/store.py", line 7, in
from commands import Command
ImportError: cannot import name 'Command' from 'commands' (/home/hackerman/Documents/pyFic/commands.py)

Full error. No idea what is causing this. On commands.py only. Probably circular import error.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions