Answer the question
In order to leave comments, you need to log in
Why can't PyCharm find the classes?
Hello. For some reason, Python can't find the classes while the interpreter does. This is how PyCharm detects classes, but then the Python interpreter does not find them.
from ..models.Mailbox import Mailbox
from ..models.Domains import Domains
from ..models.Mailalias import Mailaliases
from ..models.User import Users
from models.Mailbox import Mailbox
from models.Domains import Domains
from models.Mailalias import Mailaliases
from models.User import Users
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question