Importing modules

Fredrik Lundh fredrik at pythonware.com
Thu May 12 14:40:24 EDT 2005


qwweeeit at yahoo.it wrote:

> Another item (for me...) difficult, is "import modules", and "plenty of
> information" (as you said) does not help me much: the mechanism of
> variable visibility and namespaces is not clear to me.

have you read this

    http://effbot.org/zone/python-objects.htm

and

    http://effbot.org/zone/import-confusion.htm

?

</F>






More information about the Python-list mailing list