[ZCM] [ZC] 2242/ 5 Reject "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 (Reject) "New Window releases"
Status Rejected, Zope/bug medium
To followup, visit:
http://www.zope.org/Collectors/Zope/2242
==============================================================
= Reject - Entry #5 by chrisw on Nov 24, 2006 6:10 am
Status: Pending => Rejected
Okay, just to followup:
zope.i18nmessageid.MessageIDFactory has been deprecated and removes in Zope 2.10.0+, this is a problem with Formulator, not Zope, and certainly not the Windows build ;-)
The following:
"""
zope_version = float("%s.%s" %(zope_version[:2]))
ValueError: invalid literal for float(): -1.-1
"""
...is almost certainly due to this issue:
http://www.zope.org/Collectors/Zope/2210
...which again is not platform dependent ;-)
________________________________________
= Comment - Entry #4 by chrisw on Nov 24, 2006 5:58 am
Please can you try 2.9.6 and 2.10.1 on Linux.
I'm still far from convinced these issues are Windows-specific.
________________________________________
= Comment - Entry #3 by cyhoong on Nov 23, 2006 4:45 am
1. I have tried successfully with Zope2.9.4 on Suse 9.1 (same configuration with Windows platform). I have NOT tried 2.9.5 & above on any Linux platform.
2. I have tried Zope 2.9.6 & Zope 2.10.1 on Windows XP Professional.
Both exhibit the same problem.
My suspicion lies in Windows platform as I notice that in the new Window binaries have a different directory structure from the "old" binaries built.
New directory structure
================
Zope-2.10 & Zope-2.9.6
|__ Python
|__ Zope
Old directory structure
================
Zope-2.9.4
|_ _ bin
|__ doc
|__ lib
|__ skel
________________________________________
= Comment - Entry #2 by chrisw on Nov 22, 2006 10:56 am
1. Have you tried this on a Linux box to make sure that it's a specific problem with the Windows distro?
2. Have you tried 2.10.1 as opposed to 2.10.0?
________________________________________
= 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
==============================================================