module file

Rob Wolfe rw at smsnet.pl
Fri Jan 12 17:07:19 EST 2007


Imbaud Pierre <pierre.imbaud at laposte.net> writes:

> I am willing to retrieve the file an imported module came from;
> module.__file__, or inspect.getfile(module) only gives me the
> relative file name. How do I determine the path?

>>> import os
>>> os.path.abspath(module.__file__)

-- 
HTH,
Rob



More information about the Python-list mailing list