Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Circular import dependency
#10
The line from PyQt5 import Qt as qt cannot take part in a circular import, unless you define another PyQt5 module of your own. You can leave it alone. If you have circular import issues, my advice is to concentrate on these specific circular imports.
buran and hobbyist like this post
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 683 Jul-09-2023, 05:05 AM
Last Post: SpongeB0B
  Request Dependency warning thetechnodino 0 938 Dec-20-2022, 02:12 AM
Last Post: thetechnodino
  What is a circular import? asked by a newbie of newbies ineuw 1 962 Sep-16-2022, 07:27 PM
Last Post: Gribouillis
  Circular Import Led_Zeppelin 3 2,658 Jul-14-2021, 07:41 PM
Last Post: snippsat
  help on pandas circular import jip31 2 8,376 May-18-2021, 11:54 AM
Last Post: jip31
  Poetry Dependency general Help felipesodre 0 1,452 Jan-14-2021, 07:46 PM
Last Post: felipesodre
  Installing nltk dependency Eshwar 0 1,839 Aug-30-2020, 06:10 PM
Last Post: Eshwar
  How do I change wx version dependency? belfacode 0 1,566 May-17-2020, 09:18 AM
Last Post: belfacode
  Module Dependency installation error draems 10 10,264 Feb-12-2017, 08:18 AM
Last Post: wavic
  Robot Stay Inside Circular Ring webmanoffesto 4 6,688 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