Re: import of mysql in settings.py

2008-08-22 Thread Karen Tracey
On Thu, Aug 21, 2008 at 10:23 PM, Ian Holsman <[EMAIL PROTECTED]> wrote: > > Cortland Klein wrote: > > I just had the same problem. It has something to do with MySQLdb not > > being included. > > > > > > when it rain's it pours. I'm been hitting my head on the same problem. > to verify that this i

Re: import of mysql in settings.py

2008-08-21 Thread Ian Holsman
Cortland Klein wrote: > I just had the same problem. It has something to do with MySQLdb not > being included. > > when it rain's it pours. I'm been hitting my head on the same problem. to verify that this is the case just replace 'mysql' with 'dummy' and you should be able to validate the

Re: import of mysql in settings.py

2008-08-21 Thread Cortland Klein
I just had the same problem. It has something to do with MySQLdb not being included. For me, I think it's because Mac OS X 10.5.4 doesn't have this python thing installed. The documentation and tutorial should mention this, IMO. http://code.djangoproject.com/ticket/5531#comment:12 On Aug