Advertisement
goatbar

virtualenv mysql-python

Aug 5th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. virtualenv paul-ve
  2. source paul-ve/bin/activate
  3. pip install mysql-python
  4.  
  5.  
  6. Downloading/unpacking mysql-python
  7. Downloading MySQL-python-1.2.5.zip (108kB): 108kB downloaded
  8. Running setup.py (path:/usr/local/google/home/schwehr/paul/paul-ve/build/mysql-python/setup.py) egg_info for package mysql-python
  9.  
  10. Installing collected packages: mysql-python
  11. Running setup.py install for mysql-python
  12. building '_mysql' extension
  13. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Dversion_info=(1,2,5,'final',1) -D__version__=1.2.5 -I/usr/include/mysql -I/usr/include/python2.7 -c _mysql.c -o build/temp.linux-x86_64-2.7/_mysql.o -DBIG_JOINS=1 -fno-strict-aliasing -g -DNDEBUG
  14. In file included from _mysql.c:44:0:
  15. /usr/include/mysql/my_config.h:422:0: warning: "HAVE_WCSCOLL" redefined [enabled by default]
  16. #define HAVE_WCSCOLL
  17. ^
  18. In file included from /usr/include/python2.7/pyconfig.h:3:0,
  19. from /usr/include/python2.7/Python.h:8,
  20. from _mysql.c:29:
  21. /usr/include/x86_64-linux-gnu/python2.7/pyconfig.h:911:0: note: this is the location of the previous definition
  22. #define HAVE_WCSCOLL 1
  23. ^
  24. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/_mysql.o -L/usr/lib/x86_64-linux-gnu -lmysqlclient_r -lpthread -lz -lm -ldl -o build/lib.linux-x86_64-2.7/_mysql.so
  25.  
  26. Successfully installed mysql-python
  27. Cleaning up...
  28.  
  29. pip install yolk
  30. yolk -U
  31. pip 1.5.4 (1.5.6)
  32. setuptools 2.2 (5.4.2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement