Re: MySQL-python 1.2.3 and OS X 10.5: 64- or 32-bit?

2010-02-08 Thread monchi
Dave, Just wondering how you managed to get Django and MySQL to work on Leopard 10.5. I've spent 2 days on it and still stuck on the same error - described here: http://groups.google.com/group/django-users/browse_thread/thread/178bd307b9551e2b# Which versions of Python, MySQL and MySQLdb do you

Re: MySQL-python 1.2.3 and OS X 10.5: 64- or 32-bit?

2010-01-24 Thread Dave E
Update: removed 64-bit MySQL, installed 32-bit version from package, re-installed MySQL-python after removing with easy_install -m (which now also removes the line in easy-install.pth). >>>import MySQLbd is okay. Got warning so will see if okay. -- You received this message because you are

Re: MySQL-python 1.2.3 and OS X 10.5: 64- or 32-bit?

2010-01-22 Thread Chhouk Voeun
Please don't send to me, I have a lot of mails. I'm bored On Fri, Jan 22, 2010 at 5:29 PM, Chhouk Voeun wrote: > Please don't send to me , I'm not member django-users. > > > On Fri, Jan 22, 2010 at 4:41 PM, Dave E wrote: > >> I've been happily

Re: MySQL-python 1.2.3 and OS X 10.5: 64- or 32-bit?

2010-01-22 Thread Chhouk Voeun
Please don't send to me , I'm not member django-users. On Fri, Jan 22, 2010 at 4:41 PM, Dave E wrote: > I've been happily using (32-bit) Django and MySQL in development on an > existing machine running OS X 10.4 Tiger, and have set up a similar > environment in 10.5

MySQL-python 1.2.3 and OS X 10.5: 64- or 32-bit?

2010-01-22 Thread Dave E
I've been happily using (32-bit) Django and MySQL in development on an existing machine running OS X 10.4 Tiger, and have set up a similar environment in 10.5 Leopard on a new 64-bit MacBook, with a (separately) working MySQL and Python 2.6.4. Now I want them to communicate, easy_install