I've torn out  64 bit version of MySQL and replaced with the 32 bit  
version that I have seen some people mentions the leopard  
incompatabilities.

I'm on Leopard 10.5.3 with the MySQL 10.4 x86 build.

I still can't get the MySQLdb to build get over 2500 errors.

This is what I have in my path:
PATH="${PATH}:/usr/local/mysql/bin"
PATH="${PATH}:/django_trunk/django/bin"
alias mysql='/usr/local/mysql/bin/mysql'
alias mysql_config='/usr/local/mysql/bin/mysql_config'


On Jun 7, 2008, at 3:19 PM, [EMAIL PROTECTED] wrote:

>
> I'm following the online Django install docs and seem to be getting
> hung up on the MySQL Lib,  I'm following this information here:
>
> http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/
>
> I'm getting a lot of
>
> _mysql.c:2527: warning: passing argument 1 of ‘PyMember_SetOne’ from
> incompatible pointer type
>
> incompatible pointer type errors.  I've added mysql to my path as well
> as my python path additions.  Problems seem to stem from the MySQL-
> python-1.2.2.tar.gz  package
>
> I'm like to get past this point and finish setting up and deploying my
> first django install but this is the second tear out and redo and I'm
> getting the same errors.
>
> Anyone have any ideas?  I'm going to search the archives in the
> meantime.
>
> Brian Loomis
> >

Brian Loomis
[EMAIL PROTECTED]
(208) 562-3944


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

  • MySQL Lib [EMAIL PROTECTED]
    • Re: MySQL Lib [EMAIL PROTECTED]

Reply via email to