[Zope-DB] MySQL problems

Dieter Maurer dieter@handshake.de
Wed, 21 Aug 2002 20:40:24 +0200


Adam Shallcross writes:
 > ...
 > building '_mysql' extension
 > cl.exe /c /nologo /Ox /MD /W3 /GX -Ic:\mysql\include -IC:\Py
 > ysql.c /Fobuild\temp.win32-2.2\Release\_mysql.obj
 > error: command 'cl.exe' failed: No such file or directory
The build process can not find "cl.exe". That's the C compiler
(from MS Visual Studio).

You should find a binary release for Windows.
Ensure, it is for Python 2.1.x. Otherwise, it will not run with
Zope.


Dieter