Zope Corporation is pleased to announce the release of version 1.5.1beta of the Zope Content Management Framework (CMF). This release is intended for testing purposes only; we do not recommend deploying it to production servers. The final release of version 1.5.1 is expected late April 2005. What is the CMF? The Zope Content Management Framework provides a set of services and content objects useful for building highly dynamic, content-oriented portal sites. As packaged, the CMF generates a site much like the Zope.org site. The CMF is intended to be easily customizable, in terms of both the types of content used and the policies and services it provides. Where do I get it? Download it from http://zope.org/Products/CMF/CMF-1.5.1beta Points of interest include: - "Windows ZIP file", http://zope.org/Products/CMF/CMF-1.5.1beta/CMF-1.5.1beta.zip - "Unix tar/gzip archive", http://zope.org/Products/CMF/CMF-1.5.1beta/CMF-1.5.1beta.tar.gz . - "Release notes", http://zope.org/Products/CMF/CMF-1.5.1beta/README.txt - "Change history", http://zope.org/Products/CMF/CMF-1.5.1beta/CHANGES.txt - "Installation instructions", http://zope.org/Products/CMF/CMF-1.5.1beta/INSTALL.txt Where do I go to learn more? The CMF mailing list (zope-cmf@zope.org) has many participants who are active in supporting the CMF. ...to report bugs? The "CMF Collector":http://zope.org/Collectors/CMF is the place to report bugs (please search for existing reports of your issue first!)
Hi all I wanto to use ZODBCA product with Plone (2.05) Zope 2.7.4 Python 2.3.5 on windows XP I found the binary version for widnow, but when I try to install it it returns: Traceback (most recent call last): File "C:\Programmi\Plone 2\Zope\lib\python\OFS\Application.py", line 673, in import_product product=__import__(pname, global_dict, global_dict, silly) File "C:\Programmi\Plone 2\Zope\lib\python\Products\ZODBCDA\__init__.py", line 91, in ? import DA File "C:\Programmi\Plone 2\Zope\lib\python\Products\ZODBCDA\DA.py", line 92, in ? from db import DB, manage_ODBCDataSources File "C:\Programmi\Plone 2\Zope\lib\python\Products\ZODBCDA\db.py", line 86, in ? from sql import * ImportError: DLL load failed: cannot find specified module. sql.pyd is actually there...Am I using a wrong version, or should I do anything else to get it running?thanksLucia
Lucia Colombo wrote:
Hi all I wanto to use ZODBCA product with Plone (2.05) Zope 2.7.4 Python 2.3.5 on windows XP I found the binary version for widnow, but when I try to install it it returns:
1. Don't email the announce list 2. Do cross-post to a multitude of mailing lists with one question 3. Don't use ZODBCDA, use mxODBC from eGenix. cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
sorry for multiple postings...I just had problems with posting being rejected and then after mailing the zope-owner all of the tried-postings were posted. Found Z ADO DA, and think that it works fine for my needs. Lucia ----- Original Message ----- From: "Chris Withers" <chris@simplistix.co.uk> To: "Lucia Colombo" <lucia.colombo@gmail.com> Cc: "zope user list" <zope@zope.org> Sent: Saturday, March 26, 2005 11:48 AM Subject: Re: [Zope] ZODBCA problem
Lucia Colombo wrote:
Hi all I wanto to use ZODBCA product with Plone (2.05) Zope 2.7.4 Python 2.3.5 on windows XP I found the binary version for widnow, but when I try to install it it returns:
1. Don't email the announce list
2. Do cross-post to a multitude of mailing lists with one question
3. Don't use ZODBCDA, use mxODBC from eGenix.
cheers,
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Chris Withers -
Jens Vagelpohl -
Lucia Colombo