Brian May <[email protected]> writes: > For example. if in module/__init__.py I have: > > import module.something > > I get an circular import loop.
Care to show a simple-as-possible example of this? Show a package ‘__init__’ module that does nothing but import another module from the package, and show that other module's minimal content. Then show its error from a circular import. I'm not clear on what behaviour you're seeing, otherwise. -- \ “When I get real bored, I like to drive downtown and get a | `\ great parking spot, then sit in my car and count how many | _o__) people ask me if I'm leaving.” —Steven Wright | Ben Finney _______________________________________________ melbourne-pug mailing list [email protected] https://mail.python.org/mailman/listinfo/melbourne-pug
