
| Current Path : /lib/python3/dist-packages/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //lib/python3/dist-packages/sipconfig.py |
# Import the sipconfig.py for the correct python3 version and normal or debug
# build.
import sys
if sys.version_info[1] == 8:
if 'd' in sys.abiflags:
try:
from sipconfig_d8 import *
from sipconfig_d8 import _pkg_config, _default_macros
except ImportError:
raise ImportError('No module named sipconfig; package python3-sip-dbg not installed')
else:
from sipconfig_nd8 import *
from sipconfig_nd8 import _pkg_config, _default_macros