On 6 Nov, 12:30, achab61 <[EMAIL PROTECTED]> wrote:
> I've got the same package but I'm getting the same error.
> Is there anything do once you run the exe ? Did you make any special
> configuration in your Windows (I'm on XP SP2) i.e. PATH etc...

I cannot remember doing anything extra.  My understanding is that
Python can find any module in the site-packages directory, so if you
have:

C:\Python25\Lib\site-packages\MySQLdb
 it should work

When you run the installer, it finds your Python version in the
registry, and installs MySQLdb into that.  So one possibility is that
maybe you have 2 Python versions, and installed MySQLdb into the other
version (which you are not using for django).
I also have C:\Python25 in my system path - that is anyway useful to
have.
--~--~---------~--~----~------------~-------~--~----~
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