Output system parameter: PYTHONPATH path by path
import os import string for dir in string.split(os.environ['PYTHONPATH'], os.pathsep): print dir