Symbolic imports and manipulation of the namespace?

Martin v. Loewis martin at v.loewis.de
Tue Mar 26 17:47:02 EST 2002


VanL <vlindberg at verio.net> writes:

> I was recently solving a problem which required that the config file
> (just a python file) lie outside of the pythonpath.  Is it possible to
> do symbolic importation of a module?

execfile will help.

Regards,
Martin



More information about the Python-list mailing list