circular imports (don't yell!)

Sean 'Shaleh' Perry shalehperry at attbi.com
Sat Mar 23 00:16:09 EST 2002


> 
> Also, do you realize that "from X import *" is a bad idea
> in general?  I'll assume that was just something you did
> to try to reproduce the problem in a small sample program...
> 

in his defense, the gui libs often expect you have done a from X import *. 
otherwise your commands are fiendishly long and ugly.

win = gui.create_window(gui.top_level, gui.foo, gui.bar)

and so on.




More information about the Python-list mailing list