Re: [python-win32] Compile error on MySQL-Python with Mingw (python 2.6)

2010-02-14 Thread Glen Zangirolami
I ended up just installing Visual C++ 2008 and compiling it with --compile=msvc Worked perfect. Thanks for the help. On Sat, Feb 13, 2010 at 6:52 PM, Glen Zangirolami wrote: > VIsual Studio specific flag >> (/Zq), not the warnings. > > > I didn't see a flag for /Zq but I did see a flag /Zl. > I

Re: [python-win32] Compile error on MySQL-Python with Mingw (python 2.6)

2010-02-13 Thread Glen Zangirolami
> > VIsual Studio specific flag > (/Zq), not the warnings. I didn't see a flag for /Zq but I did see a flag /Zl. I removed it and it still throws the errors. I'll keep tryin'. Thanks! ___ python-win32 mailing list python-win32@python.org http://mail.pyt

Re: [python-win32] Compile error on MySQL-Python with Mingw (python 2.6)

2010-02-13 Thread David Cournapeau
On Sat, Feb 13, 2010 at 1:32 PM, Glen Zangirolami wrote: > I checked the source code and tried to remove all the errors where it said > it was "redefined" but ended up with even more problems. > Any ideas what could be wrong? I don't know how to solve your exact problem, but the root of the prob

[python-win32] Compile error on MySQL-Python with Mingw (python 2.6)

2010-02-12 Thread Glen Zangirolami
I am having an issue compiling mysql-python on windows 7 using Mingw32. This is my first time compiling it with Mingw32 and not using Microsoft Visual Studio compilers. I have gotten pretty far using tutorials on the net but hit a road block. *Setup*: Windows 7 Ultimate Python 2.6 MySQL-python-1.2