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