hiltposts.blogg.se

Mysql for mac os x 10.7
Mysql for mac os x 10.7






  1. #MYSQL FOR MAC OS X 10.7 INSTALL#
  2. #MYSQL FOR MAC OS X 10.7 CODE#
  3. #MYSQL FOR MAC OS X 10.7 MAC#

#MYSQL FOR MAC OS X 10.7 CODE#

Installing library code to build/bdist.macosx-10.8-intel/eggĬopying MySQLdb/release.py -> build/lib.macosx-10.8-intel-2.7/MySQLdbĬlang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -Dversion_info=(1,2,3,’final’,0) -D_version_=1.2.3 -I/usr/local/mysql/include -I/System/Library/Frameworks/amework/Versions/2.7/include/python2.7 -c _mysql.c -o build/temp.macosx-10.8-intel-2.7/_mysql.The operating system used by Macs is one of the most advanced in the world, so a multitude of things can be done in it, and also apply functions that you wouldn't think possible. Writing manifest file ‘MySQL_python.egg-info/SOURCES.txt’ Warning: no files found matching ‘ChangeLog’ Warning: no files found matching ‘MANIFEST’ Reading manifest file ‘MySQL_python.egg-info/SOURCES.txt’ Writing dependency_links to MySQL_python.egg-info/dependency_links.txt Writing top-level names to MySQL_python.egg-info/top_level.txt TEST PASSED: /Library/Python/2.7/site-packages/ appears to support. pth file support in /Library/Python/2.7/site-packages/ MacBooks-MacBook-Pro:MySQL-python-1.2.3 macbook$ sudo python setup.py installĬhecking. Manually Installation Error: (mysql-python 1.2.3) Storing debug log for failure in /Users/macbook/Library/Logs/pip.log Raise EnvironmentError(“%s not found” % (mysql_config.path,))Ĭomplete output from command python setup.py egg_info:Ĭommand python setup.py egg_info failed with error code 1 in /private/tmp/pip_build_root/mysql-python Running setup.py (path:/private/tmp/pip_build_root/mysql-python/setup.py) egg_info for package mysql-pythonįile “/private/tmp/pip_build_root/mysql-python/setup.py”, line 17, in įile “setup_posix.py”, line 43, in get_configįile “setup_posix.py”, line 25, in mysql_config

#MYSQL FOR MAC OS X 10.7 INSTALL#

I tried to install from source file version 1.2.2, 1.2.3, 1.2.5 etc.ĭownloading MySQL-python-1.2.5.zip (108kB): 108kB downloaded So when I tried to install mysql-python, i got different type of error. Any way I have the following application.

#MYSQL FOR MAC OS X 10.7 MAC#

Last one month ago i had to send my mac for reinstall. So I created the following alias in my ~/.bash_profile:Īlias django-admin=/usr/local/share/python/django-admin.py

mysql for mac os x 10.7 mysql for mac os x 10.7

However, I prefer the command be “django-admin”, instead of “django-admin.py”.

mysql for mac os x 10.7

You can now invoke the “django-admin.py” command from your terminal. It will install django with any dependencies. I am going to keep using the PIP awesomeness! Let’s hit: I already had it installed so it was a painless installation for me. It’s recommended that you already have “mysql” installed from brew to build the mysql module. This makes the python tools and toys accessible from my terminal. I added the following line to my bash profile:Įxport PATH=/usr/local/share/python:$PATH We need to edit our ~/.bash_profile to add “/usr/local/share/python” to the path variable. The command should first install any dependencies for Python and then install the latest version from source code. I setup Python and Django using homebrew the easy way.








Mysql for mac os x 10.7