Question about circular imports
Frank Millman
frank at chagford.com
Sun Feb 26 06:22:21 EST 2012
More information about the Python-list mailing list
Sun Feb 26 06:22:21 EST 2012
- Previous message (by thread): Question about circular imports
- Next message (by thread): Question about circular imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Peter Otten" <__peter__ at web.de> wrote in message news:jid424$vfp$1 at dough.gmane.org... > Frank Millman wrote: > > > To cut a long story short, why should circular imports be unavoidable? > > Paths into packages are recipe for desaster. You may end up with multiple > instances of the same module and your programs will break in "interesting" > (hard to debug) ways. > Thanks, Peter. I have just figured this out for myself, but you beat me to it. Full paths it is, then. Frank
- Previous message (by thread): Question about circular imports
- Next message (by thread): Question about circular imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list