----- Original Message ----- From: Robert Rottermann <robert@redcor.ch> To: Day Irmiter <dayi@peoplepc.com>; <zope@zope.org> Sent: Sunday, June 16, 2002 11:12 PM Subject: Re: [Zope] win32 mysql database adapter
What is missing on your computer is a c compiler. However I think you should be able to find a precompiled version somwhere. Robert
But if I can't find a precompiled version then I need a compiler. Can anyone advise me as to what would be a good one? I find on the web, for example, MinGW -- Minimalist GNU For Windows - GCC Win32 port. GCC, GDB and binutils ports for building native Win32 programs that do not rely on any 3rd-party DLLs and Borland C++Builder Compiler - the most powerful and complete ANSI C++ integrated development environment and compiler for creating Internet, Windows, database and distributed applications. I have worked only in interpreted languages (BASIC, Perl, Javascript) so, though I understand something of them, I am not at all practiced in compiled languages.
----- Original Message ----- From: "Day Irmiter" <dayi@peoplepc.com> To: <zope@zope.org> Sent: Monday, June 17, 2002 4:00 AM Subject: Re: [Zope] win32 mysql database adapter
Thanks for the reply. I too am unable compile (possibly because I am running under win98 - the setup.py script quits because it can't find cl.exe - a file with which I am unfamiliar and find nowhere on my machine). Nor can I find _mysql.dll, which isalsberg mentions at
http://www.zope.org/Members/isalsberg/MySQLDA/Compiling_ZMySQLDA_%20win32
Do a search over sourceforge for the ZMySQLDA package...,. I believe the last I installed was version 2.0.8 which I use on an XP machine with Zope 2.4.1. It was a real pain to get going> What I seem to remember being the clincher was finding the already compuled binaries of the middleware, as I didn't seem to be able to compile it myself.
Best regards, Paul Zwarts Oratrix Development
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of Day Irmiter Sent: Sunday, June 16, 2002 6:23 AM To: zope@zope.org Subject: [Zope] win32 mysql database adapter
Is anybody out there using Zope with a mySQL database on win32 platform? If so, what are you using for a Zope database adapter?