Advertisement
Guest User

Untitled

a guest
Apr 26th, 2010
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. lina@lina-laptop:~/oursql-0.9.1$ python setup.py build_ext
  2. cython not found, using previously-cython'd .c file.
  3. running build_ext
  4. warning: no usable mysql_config and no _winreg module to try; hopefully you have usable CFLAGS/LDFLAGS set.
  5. building 'oursql' extension
  6. creating build
  7. creating build/temp.linux-i686-2.6
  8. creating build/temp.linux-i686-2.6/oursqlx
  9. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c oursqlx/oursql.c -o build/temp.linux-i686-2.6/oursqlx/oursql.o
  10. oursqlx/oursql.c:4:20: error: Python.h: No such file or directory
  11. oursqlx/oursql.c:5:26: error: structmember.h: No such file or directory
  12. oursqlx/oursql.c:7:6: error: #error Python headers needed to compile C extensions, please install development version of Python.
  13. error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement