[issue46499] circular impoty

2022-01-24 Thread Eric V. Smith
Change by Eric V. Smith : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue46499] circular impoty

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: The python bug tracker is for reporting bugs in python, not for asking questions about how to use it. You cans ask user questions on python-list (though in this case I would try by searching for ‘python circular import’). -- nosy: +iritkatriel resoluti

[issue46499] circular impoty

2022-01-23 Thread shukurulloxkomiljonov
New submission from shukurulloxkomiljonov : ImportError: cannot import name 'Db' from partially initialized module 'orm_model.db' (most likely due to a circular import) (C:\Users\Komil\OneDrive\Desktop\mymodel\orm_model\db.py) I am making al library! I have model.py and db.py in db.py has c