On Mar 9, 5:18 pm, Lou Pecora <[EMAIL PROTECTED]> wrote: > I have noticed that using from xxx import * can lead to problems when > trying to access variables in the xxx module.
``from xxx import *`` is intended to be used in the interactive
interpreter
only.
Michele Simionato
--
http://mail.python.org/mailman/listinfo/python-list
