[ZCM] [ZC] 2242/ 1 Request "New Window releases"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2242 Update (Request) "New Window releases" Status Pending, Zope/bug medium To followup, visit: http://www.zope.org/Collectors/Zope/2242 ============================================================== = Request - Entry #1 by cyhoong on Nov 22, 2006 4:55 am I have installed the new Window binaries releases and found it breaks some products, specifically Formulator-1.11.2 and Psycopg-2.0.5.1). I do NOT have these problems with Zope-2.9.4 window binaries and below. I suspect it is due to different (or new) style or methodology used in preparing window binaries release. [email protected] Error message from event.log ============================ 2006-11-22T16:59:53 WARNING ZODB.FileStorage Ignoring index for F:\Zope2.10\Zope-Instance1/var/Data.fs ------ 2006-11-22T16:59:53 ERROR Application Couldn't install Formulator Traceback (most recent call last): File "f:\Zope2.10\z210\Zope\lib\python\OFS\Application.py", line 752, in install_product global_dict, global_dict, silly) File "f:\Zope2.10\z210\Zope\lib\python\Products\Formulator\__init__.py", line 2, in ? import Form File "f:\Zope2.10\z210\Zope\lib\python\Products\Formulator\Form.py", line 22, in ? from XMLToForm import XMLToForm File "f:\Zope2.10\z210\Zope\lib\python\Products\Formulator\XMLToForm.py", line 3, in ? from Products.Formulator.TALESField import TALESMethod File "f:\Zope2.10\z210\Zope\lib\python\Products\Formulator\TALESField.py", line 3, in ? import Widget, Validator File "f:\Zope2.10\z210\Zope\lib\python\Products\Formulator\Validator.py", line 10, in ? from Products.Formulator.i18n import translate as _ File "f:\Zope2.10\z210\Zope\lib\python\Products\Formulator\i18n\__init__.py", line 11, in ? from zope.i18nmessageid import MessageIDFactory ImportError: cannot import name MessageIDFactory ------ 2006-11-22T16:59:54 ERROR Application Couldn't install ZPsycopgDA Traceback (most recent call last): File "f:\Zope2.10\z210\Zope\lib\python\OFS\Application.py", line 752, in install_product global_dict, global_dict, silly) File "f:\Zope2.10\z210\Zope\lib\python\Products\ZPsycopgDA\__init__.py", line 23, in ? import DA File "f:\Zope2.10\z210\Zope\lib\python\Products\ZPsycopgDA\DA.py", line 40, in ? zope_version = float("%s.%s" %(zope_version[:2])) ValueError: invalid literal for float(): -1.-1 ------ 2006-11-22T16:59:54 INFO Zope Ready to handle requests ==============================================================