On Wed, Jan 10, 2007 at 02:21:38AM -0800, Carl Holm wrote:
> 
> Hello,
> 
> After attempting to run  Django with Python 2.5, I get the following 
> after trying to connect: to dev server:
> 
>     'Error loading MySQLdb module: No module named _mysql'
> 
> Any further info would be appreciated.

Looks like you're missing the C library behind MySQLdb, check that you
have python2.5-mysqldb installed.

Cheers,
-- 
Brett Parker

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to