Skip to content

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

@StarrKiss

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.

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