@@ -10383,29 +10383,6 @@ fi
10383
10383
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_includespec" >&5
10384
10384
$as_echo "$python_includespec" >&6; }
10385
10385
10386
- python_ways=`${PYTHON} -c "
10387
- import distutils.sysconfig as ds
10388
- import os
10389
- import sysconfig as s
10390
- print('ds.get_python_inc(False): %s' % ds.get_python_inc(False))
10391
- print('s path include: %s' % s.get_path('include'))
10392
- print('ds.get_python_inc(True): %s' % ds.get_python_inc(True))
10393
- print('s path platinclude: %s' % s.get_path('platinclude'))
10394
- print('ds var INCLUDEPY: %s' % ds.get_config_var('INCLUDEPY'))
10395
- print('s var INCLUDEPY: %s' % s.get_config_var('INCLUDEPY'))
10396
- print('ds var CONFINCLUDEPY: %s' % ds.get_config_var('CONFINCLUDEPY'))
10397
- print('s var CONFINCLUDEPY: %s' % s.get_config_var('CONFINCLUDEPY'))
10398
- print('')
10399
- print('ds get_python_inc(False)/Python.h exists: %s' % os.path.exists(os.path.join(ds.get_python_inc(False), 'Python.h')))
10400
- print('ds get_python_inc(True)/Python.h exists: %s' % os.path.exists(os.path.join(ds.get_python_inc(True), 'Python.h')))
10401
- print('s var INCLUDEPY/Python.h exists: %s' % os.path.exists(os.path.join(ds.get_config_var('INCLUDEPY'), 'Python.h')))
10402
- print('s var CONFINCLUDEPY/Python.h exists: %s' % os.path.exists(os.path.join(ds.get_config_var('CONFINCLUDEPY'), 'Python.h')))
10403
- "` 2>/dev/null
10404
- { $as_echo "$as_me:${as_lineno-$LINENO}: python include paths, different approaches:
10405
- $python_ways" >&5
10406
- $as_echo "$as_me: python include paths, different approaches:
10407
- $python_ways" >&6;}
10408
-
10409
10386
10410
10387
10411
10388
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link an embedded Python application" >&5
0 commit comments