Re: Django and MySQLdb on Bluehost

2006-07-14 Thread Waylan Limberg
On 7/12/06, Steve <[EMAIL PROTECTED]> wrote: > > Nevermind, I figured it out. Gosh I get smarter just by writing to > this group :) > > All I had to do was add the local path of MySQLdb to my .fcgi file > under my web root directory. So: > sys.path += ['/homedir/pythondir'] > > This is a common

Re: Django and MySQLdb on Bluehost

2006-07-13 Thread Carlos Yoder
Hey Steve, seems like I'm not the only one struggling with Django+Bluehost. If you manage to get ImageFields running on your models, let me know... I can't make PIL work. Regards, Carlos On 7/13/06, Steve <[EMAIL PROTECTED]> wrote: > > Nevermind, I figured it out. Gosh I get smarter just by w

Re: Django and MySQLdb on Bluehost

2006-07-12 Thread Steve
Nevermind, I figured it out. Gosh I get smarter just by writing to this group :) All I had to do was add the local path of MySQLdb to my .fcgi file under my web root directory. So: sys.path += ['/homedir/pythondir'] --~--~-~--~~~---~--~~ You received this messa

Django and MySQLdb on Bluehost

2006-07-12 Thread Steve
Hi all, I'm trying to set up Django on Bluehost with MySQL as my db, and I'm running into problems. I was hoping someone who has successfully married MySQLdb to Django on Bluehost can help me out. I'm sure it's something really simple that I am omitting. Bluehost doesn't have MySQLdb installed