Re: [Pythonmac-SIG] MySQLdb on OS X 10.6

2010-10-25 Thread brinsknaps
Hey Brian, I know it's been a long time since you posted this message, but I've been pulling out my hair running into the same issue. I've tried installing 32-bit and 64-bit versions of mysql to test different compatibilities with python 2.6.6, but have had no luck. By any chance did you figure o

Re: [Pythonmac-SIG] MySQLdb on OS X 10.6

2010-10-30 Thread brinsknaps
Hi Ned, I really appreciate the reply! I finally made some progress after daunting attempts to get msyql up and running from macports. Ultimately it had to do with some permission issues. Anyway, I can feel a tad bit closer, but am still running into a roadblock: $~/ python Python 2.6.6 (r266:

Re: [Pythonmac-SIG] MySQLdb on OS X 10.6

2010-11-03 Thread brinsknaps
Thank you so much Ned!!! I completely overlooked that after reinstalling mysql via macports. I added the db, user, pw, and everything worked perfectly! There's hope for me and Django after all haha. Again, I really appreciate your help and time, saving my n00bness to python and Django! -- View th