Dietmar Winkler wrote:
Hello again,

I just noticed that part of my message is lost so here it is again in full:

I'm currently testing the installation of listen on a Plone 3 server. I
tried it by using the 2nd part of the instructions from
http://www.openplans.org/projects/listen/installation-instructions
(i.e. starting from checkout line of the listen-bundle)

I thought since I already have my Plone 3 installation (using the
unified installer from plone.org) I rather not going to tweak with that
by using the zopebuild way.

As I didn't succeed with this (zope starts fine but the listen component
is not available) I tried the "Alternative Instructions without using
the zopebuilder" link. In this case the following line causes some trouble:

echo '<include package="plone.mail" />' >
/path/to/zope-instance/etc/package-includes/plone.mail-configure.zcml

With that file present zope will crash and complain:

zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
"/home/Plone-3.0/zinstance/etc/site.zcml", line 14.2-14.55
    ZopeXMLConfigurationError: File
"/home/Plone-3.0/zinstance/etc/package-includes/plone.mail-configure.zcml",
line 1.0-1.32
    ConfigurationError: ('Invalid value for', 'package', 'ImportError:
Module plone has no global mail')

So I wonder if listen is plainly not fit for Plone3 or I've just happen
to overlook something.

openplans.org, which is the main user of listen ATM, is still on Plone 2.5, so i can't say for certain that everything will work on Plone 3. but it shouldn't be hard to get working, if not.

as for your error, it looks like maybe you just don't have plone.mail installed? looking at the plone 3 libs bundle it doesn't look like plone.mail is included by default. unfortunately, listen is not packaged as an egg, so you can't just run 'python setup.py develop' to install the dependencies, you've got to do so by hand.

-r


--
Archive: 
http://www.openplans.org/projects/listen/lists/listen-dev/archive/2007/12/1196885620736
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to