import a_module print a_module.__file__
上述代码将范围 .pyc 文件被加载的路径,如果需要跨平台解决方案,可用下面代码:
import os path = os.path.dirname(amodule.__file__)