Re: Building mySQL-python with python 2.6

2009-05-28 Thread Gabriel Genellina
On 28 mayo, 02:16, abolotnov wrote: > say I obtain and install "an alternative" compiler. how do I tell > python which one to use? VS2008 Express Edition is available for free from the Microsoft site. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list

Re: Building mySQL-python with python 2.6

2009-05-27 Thread Christian Heimes
abolotnov wrote: > say I obtain and install "an alternative" compiler. how do I tell > python which one to use? > > I am sorry for asking dumb questions. Can't find the answers in the > docs/mans. http://docs.python.org/install/index.html#gnu-c-cygwin-mingw Christian -- http://mail.python.org/

Re: Building mySQL-python with python 2.6

2009-05-27 Thread abolotnov
> You might be able to use mingw32 as well. say I obtain and install "an alternative" compiler. how do I tell python which one to use? I am sorry for asking dumb questions. Can't find the answers in the docs/mans. -- http://mail.python.org/mailman/listinfo/python-list

Re: Building mySQL-python with python 2.6

2009-05-27 Thread Scott David Daniels
Christian Heimes wrote: abolotnov schrieb: Hi, I am trying to build mySQL-python with python 2.6 on windows and can't figure what's wrong with it. ... You need Visual Studio 2008. Other versions of VS aren't supported by Python 2.6. You might be able to use mingw32 as well. --Scott David Da

Re: Building mySQL-python with python 2.6

2009-05-27 Thread Christian Heimes
abolotnov schrieb: >> You need Visual Studio 2008. Other versions of VS aren't supported by >> Python 2.6. > > Aren't 2005, 2008+ versions all have same c compiler - it's just the > IDE versions that are different? There are important differences between the several versions of VC++. The most imp

Re: Building mySQL-python with python 2.6

2009-05-27 Thread abolotnov
> You need Visual Studio 2008. Other versions of VS aren't supported by > Python 2.6. Aren't 2005, 2008+ versions all have same c compiler - it's just the IDE versions that are different? -- http://mail.python.org/mailman/listinfo/python-list

Re: Building mySQL-python with python 2.6

2009-05-27 Thread Christian Heimes
abolotnov schrieb: > Hi, I am trying to build mySQL-python with python 2.6 on windows and > can't figure what's wrong with it. > > D:\temp\mysqlPyC\MySQL–python–1.2.3c1>python setup.py build > running build > running build_py > copying MySQLdb\release.py –> build\lib.win32–2.6\MySQLdb > running bu

Building mySQL-python with python 2.6

2009-05-27 Thread abolotnov
Hi, I am trying to build mySQL-python with python 2.6 on windows and can't figure what's wrong with it. D:\temp\mysqlPyC\MySQL–python–1.2.3c1>python setup.py build running build running build_py copying MySQLdb\release.py –> build\lib.win32–2.6\MySQLdb running build_ext building '_mysql' extension