running build running build_py creating build/lib.linux-x86_64-2.5 creating build/lib.linux-x86_64-2.5/simplejson copying simplejson/encoder.py -> build/lib.linux-x86_64-2.5/simplejson copying simplejson/decoder.py -> build/lib.linux-x86_64-2.5/simplejson copying simplejson/tool.py -> build/lib.linux-x86_64-2.5/simplejson copying simplejson/scanner.py -> build/lib.linux-x86_64-2.5/simplejson copying simplejson/__init__.py -> build/lib.linux-x86_64-2.5/simplejson creating build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_decode.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_scanstring.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_separators.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_pass1.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_float.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_indent.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_recursion.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_unicode.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_encode_basestring_ascii.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/__init__.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_fail.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_pass2.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_pass3.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_dump.py -> build/lib.linux-x86_64-2.5/simplejson/tests copying simplejson/tests/test_default.py -> build/lib.linux-x86_64-2.5/simplejson/tests running build_ext building 'simplejson._speedups' extension creating build/temp.linux-x86_64-2.5 creating build/temp.linux-x86_64-2.5/simplejson gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.5/simplejson/_speedups.o unable to execute gcc: No such file or directory *************************************************************************** WARNING: The C extension could not be compiled, speedups are not enabled. Failure information, if any, is above. I'm retrying the build without the C extension now. *************************************************************************** running build running build_py *************************************************************************** WARNING: The C extension could not be compiled, speedups are not enabled. Plain-Python installation succeeded. ***************************************************************************