0
votes
1answer
111 views

Error installing MySQL-Python on Mac

I tried to install the MySQL-Python library for development with Django, but always show any errors in the different ways: With PIP: rigo:~ rigobcastro$ sudo pip install MySQL-Python ...
0
votes
0answers
10 views

Python Mysql plugin Installation - ImportError: dlopen [duplicate]

I Am having a problem when install MySQL for python. Using this tutorial How to install MySQLdb (Python data access library to MySQL) on Mac OS X? I am running OS 10.6.8 I get this error when I run ...
5
votes
1answer
1k views

cc1: error: unrecognized command line option “-Wno-null-conversion” within installing python-mysql on mac 10.7.5

This error broke my python-mysql installation on Mac 10.7.5. Here are the steps The installed python is 2.7.1, mysql is 64 bit for 5.6.11. The being installed python-mysql is 1.2.4, also tried ...
0
votes
0answers
152 views

Accessing a local MySQL instance in your GAE development environment for Python [closed]

Google Developer Relations team has been very nice to put together a lot of useful sample applications to illustrate how to develop applications on Google App Engine platform. Those examples did ...
2
votes
1answer
886 views

Access Denied for MYSQL ERROR 1045

I just got a new macbook pro (OS X 10.8.2) and am attempting to get mysql set up on it. So far I've been able to get it installed but I cannot get my root user access (or any user for that matter). I ...
1
vote
0answers
140 views

install MySQLdb to run in Pydev on Mac OS X 10.8

I had been stuck in some incompatible conflicts while trying to install mysql-python in Mac OS X 10.8 for a few days. After looking at some forums I found the solution to force Python run in 32 bit ...
1
vote
1answer
228 views

How do I fix this Django/MySQL setup disaster? [closed]

I've been searching through SO, forums, and blog posts for over 24 hours. Frankly, I have absolutely no idea what's going on anymore. This seems like a complicated issue, so I'll post as clearly as I ...
0
votes
1answer
373 views

Error while installing MySQLdb for Python on Mac OSX 10.6.8 with mysql inside XAMPP

I am trying to import MySQldb in python and call the python script from a php script in XAMPP. Here is what I did: Environment: 1. Mac OSX 10.6.8 2. Python version 2.6 (default)[64bit] Done so far: ...
1
vote
1answer
335 views

libmysqlclient_r.18.dylib disaphere from /usr/local/mysql/lib/ MacOS

I did brew remove mysql. After, i reinstall mysql from dmg again. But now i cant run my django project. It shows me: ImproperlyConfigured: Error loading MySQLdb module: ...
0
votes
1answer
297 views

Errors building mysqldb on Mac OS 10.7, Python 2.7.1

I'm trying to build MySQLdb 1.2.3. I've edited the build configuration to set threadsafe = False, and now, when I build, I see the following: A long list of warnings ala _mysql.c:986: warning: ...
0
votes
1answer
427 views

Installing MySQLdb 1.2.3 with Python For Django on Mac OSX?

I am a beginner Java developer and newbie to Python and I want to install Django and from what i understood that i need to install MySQLdb 1.2.3 with Python and I have MySQL already installed so I am ...
1
vote
1answer
440 views

Easier setup for writing to MySQL on OSX with Python

I have a Python script that writes to a MySQL database using mysql-python. This is fine for Linux and Windows but on OSX this library is too difficult for my clients to install. Requires editing ...
2
votes
1answer
166 views

How to add mysql-python image path to crontab

Crontab always try to load mysql-python image from my home directory, while the library image is actually in /Library/Python/2.7/site-packages/MySQL_python... How can I point crontab to the right ...
2
votes
3answers
2k views

Having an issue with setting up MySQLdb on Mac OS X Lion in order to support Django

So I am pretty sure that I have managed to dork up my MySQLdb installation. I have all of the following installed correctly on a fresh install of OS X Lion: phpMyAdmin MySQL 5.5.16 Django 1.3.1 ...
1
vote
3answers
2k views

Mac OSX : python packages failed to build because of gcc issues

I am trying to install MySQL-python package with the following error: cc1: error: unrecognized command line option "-arch" cc1: error: unrecognized command line option "-Wno-long-double" error: ...

1 2
15 30 50 per page