Mega Code Archive

 
Categories / Python Tutorial / Buildin Module
 

The list of search path can be found in the path variable in the sys module

import sys, pprint pprint.pprint(sys.path)