# import the sipconfig.py for the normal or the debug build import sys if getattr(sys, "pydebug", False): try: from pykdeconfig_d import * except ImportError, msg: raise ImportError, 'No module named pykdeconfig; package python-trinity-dbg not installed' else: from pykdeconfig_nd import *