Andre Poenitz <[EMAIL PROTECTED]> 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'
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to