Circular imports

Edward Diener eldiener at earthlink.net
Tue May 18 21:54:49 EDT 2004


Although it may not be good design, I have a situation such that module A
imports module B and module B imports module A. This appears to be causing
problems when I use Python with mod_python/Apache and PSP programming. Can
anybody tell me if there are any situations where circular imports cause
problems and, other than a redesign to eliminate it, if there are any other
ways around those problems ?





More information about the Python-list mailing list