Each module in python has a .__path__
attribute that shows its path. This is useful if you need to look up the location of a particular module that is loaded in python.
More info on modules here: http://docs.python.org/tutorial/modules.html
An astronomer's guide to possibly useful information
Each module in python has a .__path__
attribute that shows its path. This is useful if you need to look up the location of a particular module that is loaded in python.
More info on modules here: http://docs.python.org/tutorial/modules.html