On 9/21/06, zehi <[EMAIL PROTECTED]> wrote:
>
> Thank you guys,
>
> Last login: Thu Sep 21 13:33:04 on ttyp1
> Welcome to Darwin!
> zehi:~ zehi$ python
> Python 2.4.3 (#1, Mar 30 2006, 11:02:15)
> [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import MySQLdb
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: No module named MySQLdb
> >>>
>
> Even Django is installed properly (I think...)).
>
> Not sure how to install MySQLdb . for OS X 10.4
>
> I am following  "Installing Django on Mac OS
> X" word by word, but still can't get things run.
>

Under the "Get your database running" section of the install doc, it
states that you have to have MySQLdb already installed. It also
provides a link to where you can get MySQLdb. It's up to you to go to
that link and download/install the package.

In short, you'll download it, go to the download directory inside
Terminal.app, and type 'python setup.py install'

You also have to make sure you have MySQL itself installed (ie. the
actual database, not just the Python wrappers).

Jay P.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to