Re: [Zope] Does Zope 2.7 support MySQL?
Thanks, I think I was using the wrong version for 2.7 also, should we be using 2.7 and moving away form 2.6.4? Regards, Frank Rocco farocco@hotmail.com
From: Andreas Jung <andreas@andreas-jung.com> Reply-To: Andreas Jung <andreas@andreas-jung.com> To: Frank Rocco <farocco@hotmail.com>, Zope@zope.org Subject: Re: [Zope] Does Zope 2.7 support MySQL? Date: Thu, 12 Feb 2004 14:45:04 +0100
sf.net/projects/mysql-python
--On Donnerstag, 12. Februar 2004 8:39 Uhr -0500 Frank Rocco <farocco@hotmail.com> wrote:
Hi everyone,
Are there any drivers for Zope 2.7 to allow it to talk to MySQL?
Regards,
Frank Rocco farocco@hotmail.com
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Thu, 12 Feb 2004 08:49:39 -0500 "Frank Rocco" <farocco@hotmail.com> wrote:
Thanks, I think I was using the wrong version for 2.7
also, should we be using 2.7 and moving away form 2.6.4?
There's no right answer to this question. I would suggest that if you are early enough in your development and can benefit from the features of Zope 2.7, switch to it. Traditionally we only maintain two major versions of Zope (currently 2.6 and 2.7), so when 2.8 lands that probably means the end-of-life for 2.6. If you are deployed on 2.6 or quite nearly there, then stick with it unless a feature of 2.7 is compelling enough to warrant it. 2.7 is already in use in Production and has been for some time, however 2.6 has been in production much longer and by many more people and more people are familiar with it. Another issue is Python versions. Both 2.6.4 and 2.7 can run under Python 2.3.3. Only Zope 2.6.4 can run under Python 2.1, so if you have a component that cannot yet run on the latest Python, that could make 2.6 more attractive. hth, -Casey
----- Original Message ----- From: "Casey Duncan" <casey@zope.com> (...)
Another issue is Python versions. Both 2.6.4 and 2.7 can run under Python 2.3.3. Only Zope 2.6.4 can run under Python 2.1, so if you have a component that cannot yet run on the latest Python, that could make 2.6 more attractive.
Immediately after I read this I ran to perform the change, in order to make Zope264 to run under Python233, but Zope didn't start at all. First error, in line 19 of ZPublisher/HTTPResponse.py: import zlib, struct ImportError: Module use of python21.dll conflicts with this version of Python Python version: 2.3.3 windows binary from python.org, and win32all extensions Zope version: Zope2.6.4rc2, installed from binary distribution for win32 Ausum
hth,
-Casey
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
That is because the Zope C extensions that ship with 2.6.4 (binary release) are built against Python 2.1. You'll need to rebuild them against your Python 2.3 for it to work. HTH, Brian Lloyd brian@zope.com V.P. Engineering 540.361.1716 Zope Corporation http://www.zope.com
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of Ausum Studio Sent: Thursday, February 12, 2004 1:14 PM To: Casey Duncan Cc: zope@zope.org Subject: [Zope] Zope2.6.4 and Python2.3.3 ( Does Zope 2.7 support MySQL?)
----- Original Message ----- From: "Casey Duncan" <casey@zope.com> (...)
Another issue is Python versions. Both 2.6.4 and 2.7 can run under Python 2.3.3. Only Zope 2.6.4 can run under Python 2.1, so if you have a component that cannot yet run on the latest Python, that could make 2.6 more attractive.
Immediately after I read this I ran to perform the change, in order to make Zope264 to run under Python233, but Zope didn't start at all.
First error, in line 19 of ZPublisher/HTTPResponse.py: import zlib, struct ImportError: Module use of python21.dll conflicts with this version of Python
Python version: 2.3.3 windows binary from python.org, and win32all extensions Zope version: Zope2.6.4rc2, installed from binary distribution for win32
Ausum
hth,
-Casey
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Ausum Studio -
Brian Lloyd -
Casey Duncan -
Frank Rocco