Loading module via full path

Andre Poenitz andre at svn2.wasy.de
Tue Aug 22 02:45:26 EDT 2006


Andre Poenitz <andre at svn2.wasy.de> wrote:
> Hi all.
> 
> Is there a way to load a module given a full path to the module
> without extending sys.path first?

Ok. imp.find_module() and imp.load_module() seem to do what I need.

Andre'



More information about the Python-list mailing list