On Sun, Oct 12, 2008 at 8:08 PM, Narshe <[EMAIL PROTECTED]> wrote:

>
> I'm running Windows XP with WAMPSERVER 2.0 installed. Python2.6
> MySQL is installed on my computer at this location: C:\wamp\bin\mysql
> Here is how my settings.py is set up:
> [snip]
> running build_ext
> building '_mysql' extension
> error: None
> Ok notice the "building '_mysql' extension" part.
>

Where it says "error: None" I think what it is really saying is "error: I
don't know what's wrong".  That is, it didn't build but has no information
about what, specifically, went wrong.

I once spent a bit of time trying to build MySQLdb on Windows and failed.  I
don't know what C compiler it builds properly with, but it's apparently not
any of the free-software ones I tried, where header file conflicts between
what the compiler and MySQL provided generated a mess of duplicate
conflicting #defines that I didn't care to get to the bottom of.

So, I have stuck with the precompiled Windows binaries available for
MySQLdb, that is the .exe files available here:

http://sourceforge.net/project/showfiles.php?group_id=22307&package_id=15775

Unfortunately that means Python 2.5, not Python 2.6, since there is no .exe
available for Python 2.6.

Karen

--~--~---------~--~----~------------~-------~--~----~
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