Package: python2.7-dev
Version: 2.7.3-11
Severity: important

more test.c

#include <Python.h>
int
main ()
{
Py_Initialize();
  ;
  return 0;
}

gcc -I /usr/include/python2.7 -c  test.c
In file included from test.c:2:0:
/usr/include/python2.7/Python.h:8:22: fatal error: pyconfig.h: No such file or 
directory
compilation terminated.

gcc -I /usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7 -c  
test.c

Works but its not the flags configure use for detecting python.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.6.8 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python2.7-dev depends on:
ii  libexpat1-dev     2.1.0-1
ii  libpython2.7      2.7.3-11
ii  libpython2.7-dev  2.7.3-11
ii  libssl-dev        1.0.1c-4
ii  python2.7         2.7.3-11

Versions of packages python2.7-dev recommends:
ii  libc6-dev [libc-dev]  2.16-0experimental1

python2.7-dev suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to