You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: