Advertisement
Guest User

Untitled

a guest
Feb 27th, 2011
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.68 KB | None | 0 0
  1. checking for a Python interpreter with version >= 2.5... python
  2. checking for python... /usr/bin/python
  3. checking for python version... 3.2
  4. checking for python platform... linux2
  5. checking for python script directory... ${prefix}/lib/python3.2/site-packages
  6. checking for python extension module directory... ${exec_prefix}/lib/python3.2/site-packages
  7. checking for headers required to compile python extensions...   File "<string>", line 1
  8.     import sys; print sys.prefix
  9.                         ^
  10. SyntaxError: invalid syntax
  11.   File "<string>", line 1
  12.     import sys; print sys.exec_prefix
  13.                         ^
  14. SyntaxError: invalid syntax
  15. not found
  16. configure: error: Could not find Python headers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement