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?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
What is missing on your computer is a c compiler. However I think you should be able to find a precompiled version somwhere. Robert ----- 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?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
----- 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?
Day Irmiter wrote:
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.
Don't worry too much about it. It is usually very simple if the compiler is set up correctly. Not more complicated than installing normally on windows. Python modules usually compiles via distutils, so you don't need to do more than:: python setup.py install In the root of the module you need to install. regards Max M -- "Sorry I would Really Like To Help More On This Project, But Am To Busy Doing Paid Work On A Tight Deadline" Max M
Day Irmiter wrote:
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,
Microsoft Visual C++ 6.0 or above is the most robust way to get stuff built, sadly. That said, I don't really understand why you haven't found the Win32 binaries, they're on the project's home on SourceForge! http://sourceforge.net/project/showfiles.php?group_id=22307 cheers, Chris
That said, I don't really understand why you haven't found the Win32 binaries, they're on the project's home on SourceForge!
ZMySQLDA was not a problem but it depends on a separate package, MySQL-python, for which there is no binary. The executables of that name at the link above are simply self-extracting zips of python scripts.
I have a binary... dont remember where I got it from ... I could mail it to you if you want. AM Day Irmiter wrote:
That said, I don't really understand why you haven't found the Win32 binaries, they're on the project's home on SourceForge!
ZMySQLDA was not a problem but it depends on a separate package, MySQL-python, for which there is no binary. The executables of that name at the link above are simply self-extracting zips of python scripts.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
Day Irmiter wrote:
That said, I don't really understand why you haven't found the Win32 binaries, they're on the project's home on SourceForge!
ZMySQLDA was not a problem but it depends on a separate package, MySQL-python, for which there is no binary. The executables of that name at the link above are simply self-extracting zips of python scripts.
Not for MySQL-Python they're not, that's where I get my Win32 binaries from! cheers, Chris
participants (5)
-
Aseem Mohanty -
Chris Withers -
Day Irmiter -
Max M -
Robert Rottermann