Skip to content

Instantly share code, notes, and snippets.

@harushimo
Created January 18, 2013 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harushimo/4569037 to your computer and use it in GitHub Desktop.
Save harushimo/4569037 to your computer and use it in GitHub Desktop.
pygame error
Skipping module _numericsurfarray for Python 3.2.3 (default, Oct 19 2012, 20:10:41)
[GCC 4.6.3] build.
Skipping module _numericsndarray for Python 3.2.3 (default, Oct 19 2012, 20:10:41)
[GCC 4.6.3] build.
running build
running build_py
running build_ext
building 'pygame.imageext' extension
gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/SDL -I/usr/include -I/usr/include -I/usr/include/python3.2mu -c src/imageext.c -o build/temp.linux-x86_64-3.2/src/imageext.o
In file included from src/imageext.c:47:0:
src/pygame.h:80:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment