Is this right? Multiple imports of same module.

Michele Simionato michele.simionato at gmail.com
Fri Mar 9 11:55:26 EST 2007


On Mar 9, 5:18 pm, Lou Pecora <pec... at anvil.nrl.navy.mil> 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




More information about the Python-list mailing list