Re: MySQL-python-1.2.2 - install errors

2008-04-28 Thread jonknee

> I think you may want to check out this post:
>
> http://blog.awarelabs.com/?p=48
>
> Specifically, steps 4 and 5.

That does indeed do the trick. At least for 10.5 Leopard.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: MySQL-python-1.2.2 - install errors

2008-04-28 Thread [EMAIL PROTECTED]

I think you may want to check out this post:

http://blog.awarelabs.com/?p=48

Specifically, steps 4 and 5.

Disclaimer, I have not personally installed or used mysql in years.  I
just happened to come across both these posts today.

Hope That Helps,
-Thomas


On Apr 27, 9:40 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Can anyone help me with these errors:
>
> python setup.py buildrunning build
> running build_py
> copying MySQLdb/release.py -> build/lib.macosx-10.5-i386-2.5/MySQLdb
> running build_ext
> building '_mysql' extension
> gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
> madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -
> DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -pipe -
> Dversion_info=(1,2,2,'final',0) -D__version__=1.2.2 -I/usr/local/mysql/
> include -I/System/Library/Frameworks/Python.framework/Versions/2.5/
> include/python2.5 -c _mysql.c -o build/temp.macosx-10.5-i386-2.5/
> _mysql.o -Os -arch i386 -fno-common
> In file included from /usr/local/mysql/include/mysql.h:47,
>  from _mysql.c:40:
> /usr/include/sys/types.h:92: error: duplicate ‘unsigned’
> /usr/include/sys/types.h:92: error: two or more data types in
> declaration specifiers
> error: command 'gcc' failed with exit status 1
>
> Thanks,
>
> Jason
--~--~-~--~~~---~--~~
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-python-1.2.2 - install errors

2008-04-27 Thread [EMAIL PROTECTED]

Hello,

Can anyone help me with these errors:

python setup.py buildrunning build
running build_py
copying MySQLdb/release.py -> build/lib.macosx-10.5-i386-2.5/MySQLdb
running build_ext
building '_mysql' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -
DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -pipe -
Dversion_info=(1,2,2,'final',0) -D__version__=1.2.2 -I/usr/local/mysql/
include -I/System/Library/Frameworks/Python.framework/Versions/2.5/
include/python2.5 -c _mysql.c -o build/temp.macosx-10.5-i386-2.5/
_mysql.o -Os -arch i386 -fno-common
In file included from /usr/local/mysql/include/mysql.h:47,
 from _mysql.c:40:
/usr/include/sys/types.h:92: error: duplicate ‘unsigned’
/usr/include/sys/types.h:92: error: two or more data types in
declaration specifiers
error: command 'gcc' failed with exit status 1

Thanks,

Jason
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---