Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Circular import dependency
#3
No, my fault. One of the issues that I try to solve is this line:
from PyQt5 import Qt as qt
The other lines, such as (there are many lines I try to fix, with keras or not) these:

from PyQt5.QwIdgets import QMainWindow
from PyQt5.QtGui import QIcon
I deleted them and I wrote:
import PyQt5
But what I do when I have this?
from PyQt5 import Qt as qt
Do you understand my rationale?
Reply


Messages In This Thread
Circular import dependency - by hobbyist - Feb-23-2021, 09:45 AM
RE: Circular import dependency - by Gribouillis - Feb-23-2021, 10:26 AM
RE: Circular import dependency - by hobbyist - Feb-23-2021, 10:42 AM
RE: Circular import dependency - by Gribouillis - Feb-23-2021, 10:54 AM
RE: Circular import dependency - by buran - Feb-23-2021, 11:04 AM
RE: Circular import dependency - by hobbyist - Feb-23-2021, 11:08 AM
RE: Circular import dependency - by buran - Feb-23-2021, 11:19 AM
RE: Circular import dependency - by hobbyist - Feb-23-2021, 11:29 AM
RE: Circular import dependency - by buran - Feb-23-2021, 11:48 AM
RE: Circular import dependency - by Gribouillis - Feb-23-2021, 11:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [solved] What is the best/pytonic way to import with dependency ? SpongeB0B 2 703 Jul-09-2023, 05:05 AM
Last Post: SpongeB0B
  Request Dependency warning thetechnodino 0 951 Dec-20-2022, 02:12 AM
Last Post: thetechnodino
  What is a circular import? asked by a newbie of newbies ineuw 1 982 Sep-16-2022, 07:27 PM
Last Post: Gribouillis
  Circular Import Led_Zeppelin 3 2,681 Jul-14-2021, 07:41 PM
Last Post: snippsat
  help on pandas circular import jip31 2 8,494 May-18-2021, 11:54 AM
Last Post: jip31
  Poetry Dependency general Help felipesodre 0 1,464 Jan-14-2021, 07:46 PM
Last Post: felipesodre
  Installing nltk dependency Eshwar 0 1,854 Aug-30-2020, 06:10 PM
Last Post: Eshwar
  How do I change wx version dependency? belfacode 0 1,583 May-17-2020, 09:18 AM
Last Post: belfacode
  Module Dependency installation error draems 10 10,331 Feb-12-2017, 08:18 AM
Last Post: wavic
  Robot Stay Inside Circular Ring webmanoffesto 4 6,731 Dec-07-2016, 06:57 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020