find the path of a module

vvangelovski at gmail.com vvangelovski at gmail.com
Tue Sep 16 16:07:11 EDT 2008


I'd like to know if I can somehow find the path for a module somewhere
in a the package hierarchy
for instance if I import my module like so
from spam.eggs import sausage
my hypothetical method would return something like
'/home/developer/projects/spam/eggs/sausage.py/c'
given that module object.



More information about the Python-list mailing list