Created
January 18, 2013 22:03
-
-
Save harushimo/4569037 to your computer and use it in GitHub Desktop.
pygame error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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