On 8 June 2012 20:01, J Allen <silent...@gmail.com> wrote:

> So I've been trying to get my Django instance up and running, and have
> installed Django via Cygwin and have all the supposed things it needs
> like MySQLdb, zlib, etc.
>
> When I run manage.py runserver, it dies on something needed in the
> MySQLdb package called _mysql lib, which I'm assuming is some C
> library that MySQLdb wraps.  Is this something that should have been
> created when I installed MySQLdb, is it a C library that needs to be
> on the path that MySQLdb isn't seeing?
>
> Any help would be greatly appreciated.
>

Have you installed mysql-devel package on your OS's package manager?
Can you paste the actual error trace?

>
> Thanks!
>
> --
> 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
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to