Zope won't start with Archetypes 1.3
Anyone know what could make Archetypes 1.3 prevent Zope from starting? Fedora Core 1 Linux Zope is 2.7.2 Python is 2.1.3 Plone is 2.0.4 Archetypes is 1.2.5-rc5 Installed Products are: i18nFolder 2.02 i18nLayer 0.5.5 (lots of i18n content) PloneLanguageTool 0.4 CMFBoard 2.1.2 PortalTransforms 1.0.4 PortalTransport 1.1 I am also having difficulty extracting the Archetypes 1.3 .tgz on the windows platform. Is something wrong with the bundle? Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
hpinson@indepthl.com wrote at 2004-10-6 08:13 -0600:
Anyone know what could make Archetypes 1.3 prevent Zope from starting?
Fedora Core 1 Linux Zope is 2.7.2
Start Zope in the foreground ("bin/zopectl fg") and look at the logs in the terminal. Zope must run in "debug" mode for this to work (Default).
Python is 2.1.3
Zope 2.7 requires Python 2.3.x -- Dieter
Hi Dieter, I replied to the list that I was mistaken in my Python version, and am using Python 2.3.3. Zope and Plone otherwise behave normally. I will do as you suggest and start Zope in the foreground, in debug mode, viewing logs in the terminal window. Hopefully this will give something more tangeble to return to the list. Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
Two problems in PortalTransport appear to have kept the Archetypes 1.3 bundle from installing correctly, i.e. zope would not start. In /Products/PortalTransport/interfaces: mailreceiver.py subscribeable.py In both files change the line: from interface import Interface to from Interface import Interface Then Zope 2.7.2/Plone 2.04 starts. Is this a bug in PortalTransport? I have no idea if it is or not. Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
Wrong list. Use archetypes-users instead. -aj --On Montag, 18. Oktober 2004 13:35 Uhr -0600 hpinson@indepthl.com wrote:
Two problems in PortalTransport appear to have kept the Archetypes 1.3 bundle from installing correctly, i.e. zope would not start.
In /Products/PortalTransport/interfaces: mailreceiver.py subscribeable.py
In both files change the line:
from interface import Interface to from Interface import Interface
Then Zope 2.7.2/Plone 2.04 starts.
Is this a bug in PortalTransport? I have no idea if it is or not.
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ 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 (3)
-
Andreas Jung -
Dieter Maurer -
hpinson@indepthl.com