2
Python.h encontrado por localizar, mas não pelo GCC
Acabei de escrever um simples executável C para verificar se Python.hestá funcionando ou não #include<Python.h> #include<stdio.h> int main() { printf("this is a python header file included programm\n"); return 0; } Obviamente, isso não faz muito. No entanto, quando tento compilá- gcclo, ocorre um erro: foo.c:1:19: fatal error: Python.h: No such …