Hello Sylvain,

a new version of plone.app.discussion was released since the release of Plumi 
4.0 that breaks the dev buildout.

You can either pin plone.app.discussion to version 1.0 by adding the following 
to your site.cfg and rerunning buildout:
[versions]
plone.app.discussion = 1.0

Or you can try out the new Plumi 4.1rc1 release where the above issue has been 
addressed:
http://pypi.python.org/pypi/plumi.app/4.1rc1

Cheers,
Dimitris

On Feb 13, 2011, at 5:57 PM, sylvain wrote:

> Hello,
> 
> I can't get plumi 4.0 to run on my Ubuntu 10.10 box.
> I followed the instructions from INSTALL.txt and tried the development setup 
> on 32bit and 64bit, then I also tried the production setup, but I got the 
> same errors.
> 
> I first tried to report my problem to this list, but the message was put on 
> hold because it was too heavy.
> I then tried to post a bug report, but the bug tracker refused it with this 
> error :
> Submission rejected as potential spam (Akismet says content is spam)
> 
> So I try to ask for help here again, but this time I will not paste the whole 
> building log, but only the output I get when I try to run Plumi :
> 
> 
> 
> trent@trentu:/data/softs/plumi.app-4.0> ./bin/supervisord
> trent@trentu:/data/softs/plumi.app-4.0> ./bin/supevisorctl status
> zsh: correct './bin/supevisorctl' to './bin/supervisorctl' [nyae]? y
> transcodedaemon                  RUNNING    pid 8159, uptime 0:00:06
> zeo                              RUNNING    pid 8158, uptime 0:00:06
> trent@trentu:/data/softs/plumi.app-4.0> ./bin/instance-debug fg
> 'import site' failed; use -v for traceback
> /usr/lib/python2.6/dist-packages/zope/__init__.py:1: UserWarning: Module 
> _hashlib was already imported from None, but 
> /data/softs/plumi.app-4.0/eggs/hashlib-20081119-py2.6-linux-x86_64.egg is 
> being added to sys.path
>  # this is a namespace package
> 2011-02-09 21:43:53 INFO ZServer HTTP server started at Wed Feb  9 21:43:53 
> 2011
>    Hostname: localhost.localdomain
>    Port: 8080
> /data/softs/plumi.app-4.0/eggs/Products.ATVocabularyManager-1.6.0a1-py2.6.egg/Products/ATVocabularyManager/__init__.py:6:
>  DeprecationWarning: package_home is deprecated. import from App.Common 
> instead
>  from Globals import package_home
> /data/softs/plumi.app-4.0/eggs/Products.DocFinderTab-1.0.4-py2.6.egg/Products/DocFinderTab/patch_zope.py:22:
>  DeprecationWarning: HTMLFile is deprecated. import from App.special_dtml 
> instead
>  from Globals import HTMLFile
> 2011-02-09 21:43:55 INFO DocFinderTab Applied patch version 1.0.4.
> Hold on to your hats folks, I'm a-patchin'
> 2011-02-09 21:43:55 WARNING PrintingMailHost
> 
> ******************************************************************************
> 
> Monkey patching MailHosts to print emails to the terminal instead of
> sending them.
> 
> NO MAIL WILL BE SENT FROM ZOPE AT ALL!
> 
> Turn off debug mode or remove PrintingMailHost from the Products
> directory to turn this off.
> 
> ******************************************************************************
> 
> 2011-02-09 21:43:56 INFO ZEO.ClientStorage zeostorage ClientStorage 
> (pid=8163) created RW/normal for storage: '1'
> 2011-02-09 21:43:56 INFO ZEO.cache created temporary cache file '<fdopen>'
> 2011-02-09 21:43:56 INFO ZEO.ClientStorage zeostorage Testing connection 
> <ManagedClientConnection ('127.0.0.1', 8100)>
> 2011-02-09 21:43:56 INFO ZEO.zrpc.Connection(C) (localhost:8100) received 
> handshake 'Z309'
> 2011-02-09 21:43:56 INFO ZEO.ClientStorage zeostorage Server authentication 
> protocol None
> 2011-02-09 21:43:56 INFO ZEO.ClientStorage zeostorage Connected to storage: 
> ('localhost.localdomain', 8100)
> 2011-02-09 21:43:56 INFO ZEO.ClientStorage zeostorage No verification 
> necessary -- empty cache
> /data/softs/plumi.app-4.0/src/plumi.app/plumi/app/install.py:2: 
> DeprecationWarning: ISite is deprecated. Moved to zope.location.interfaces. 
> Importing from here will stop working in Zope 3.6
>  from zope.app.component.interfaces import ISite
> /data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py:685:
>  UserWarning: The set_schema option of the <require /> directive is not 
> supported in Zope 2. Ignored for <class 
> 'plumi.content.content.plumicallout.PlumiCallOut'>
>  actions = self.handler(context, **args)
> /data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py:685:
>  UserWarning: The set_schema option of the <require /> directive is not 
> supported in Zope 2. Ignored for <class 
> 'plumi.content.content.plumicalloutfolder.PlumiCalloutFolder'>
>  actions = self.handler(context, **args)
> /data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py:685:
>  UserWarning: The set_schema option of the <require /> directive is not 
> supported in Zope 2. Ignored for <class 
> 'plumi.content.content.plumivideofolder.PlumiVideoFolder'>
>  actions = self.handler(context, **args)
> /data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py:685:
>  UserWarning: The set_schema option of the <require /> directive is not 
> supported in Zope 2. Ignored for <class 
> 'plumi.content.content.plumivideo.PlumiVideo'>
>  actions = self.handler(context, **args)
> 2011-02-09 21:44:00 ERROR Application Couldn't install Five
> Traceback (most recent call last):
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py",
>  line 671, in install_product
>    initmethod(context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Products/Five/__init__.py",
>  line 31, in initialize
>    zcml.load_site()
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Products/Five/zcml.py",
>  line 51, in load_site
>    _context = xmlconfig.file(file)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 647, in file
>    include(context, name, package)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 546, in include
>    processxmlfile(f, context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 378, in processxmlfile
>    parser.parse(src)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>    self.feed(buffer)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>    self._parser.Parse(data, isFinal)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 357, in endElementNS
>    self.context.end()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 537, in end
>    self.stack.pop().finish()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 685, in finish
>    actions = self.handler(context, **args)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 546, in include
>    processxmlfile(f, context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 378, in processxmlfile
>    parser.parse(src)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>    self.feed(buffer)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>    self._parser.Parse(data, isFinal)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 357, in endElementNS
>    self.context.end()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 537, in end
>    self.stack.pop().finish()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 685, in finish
>    actions = self.handler(context, **args)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 546, in include
>    processxmlfile(f, context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 378, in processxmlfile
>    parser.parse(src)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>    self.feed(buffer)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>    self._parser.Parse(data, isFinal)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 357, in endElementNS
>    self.context.end()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 537, in end
>    self.stack.pop().finish()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 685, in finish
>    actions = self.handler(context, **args)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 546, in include
>    processxmlfile(f, context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 378, in processxmlfile
>    parser.parse(src)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>    self.feed(buffer)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>    self._parser.Parse(data, isFinal)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 357, in endElementNS
>    self.context.end()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 537, in end
>    self.stack.pop().finish()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 684, in finish
>    args = toargs(context, *self.argdata)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 1376, in toargs
>    args[str(name)] = field.fromUnicode(s)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/fields.py",
>  line 139, in fromUnicode
>    value = self.context.resolve(name)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 180, in resolve
>    mod = __import__(mname, *_import_chickens)
>  File 
> "/data/softs/plumi.app-4.0/eggs/plone.app.discussion-2.0a2-py2.6.egg/plone/app/discussion/comment.py",
>  line 23, in <module>
>    from OFS.owner import Owned
> ZopeXMLConfigurationError: File 
> "/data/softs/plumi.app-4.0/parts/instance-debug/etc/site.zcml", line 
> 15.2-15.55
>    ZopeXMLConfigurationError: File 
> "/data/softs/plumi.app-4.0/parts/instance-debug/etc/package-includes/002-plumi.app-configure.zcml",
>  line 1.0-1.53
>    ZopeXMLConfigurationError: File 
> "/data/softs/plumi.app-4.0/src/plumi.app/plumi/app/configure.zcml", line 
> 61.2-61.37
>    ZopeXMLConfigurationError: File 
> "/data/softs/plumi.app-4.0/src/plumi.content/plumi/content/configure.zcml", 
> line 75.2-79.8
>    ImportError: No module named owner
> Traceback (most recent call last):
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/run.py",
>  line 56, in <module>
>    run()
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/run.py",
>  line 21, in run
>    starter.prepare()
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/__init__.py",
>  line 87, in prepare
>    self.startZope()
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/__init__.py",
>  line 264, in startZope
>    Zope2.startup()
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/__init__.py",
>  line 47, in startup
>    _startup()
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/App/startup.py",
>  line 116, in startup
>    OFS.Application.initialize(application)
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py",
>  line 251, in initialize
>    initializer.initialize()
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py",
>  line 279, in initialize
>    self.install_products()
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py",
>  line 492, in install_products
>    return install_products(app)
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py",
>  line 523, in install_products
>    folder_permissions, raise_exc=debug_mode)
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py",
>  line 671, in install_product
>    initmethod(context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Products/Five/__init__.py",
>  line 31, in initialize
>    zcml.load_site()
>  File 
> "/data/softs/plumi.app-4.0/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Products/Five/zcml.py",
>  line 51, in load_site
>    _context = xmlconfig.file(file)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 647, in file
>    include(context, name, package)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 546, in include
>    processxmlfile(f, context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 378, in processxmlfile
>    parser.parse(src)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>    self.feed(buffer)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>    self._parser.Parse(data, isFinal)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 357, in endElementNS
>    self.context.end()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 537, in end
>    self.stack.pop().finish()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 685, in finish
>    actions = self.handler(context, **args)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 546, in include
>    processxmlfile(f, context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 378, in processxmlfile
>    parser.parse(src)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>    self.feed(buffer)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>    self._parser.Parse(data, isFinal)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 357, in endElementNS
>    self.context.end()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 537, in end
>    self.stack.pop().finish()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 685, in finish
>    actions = self.handler(context, **args)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 546, in include
>    processxmlfile(f, context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 378, in processxmlfile
>    parser.parse(src)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>    self.feed(buffer)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>    self._parser.Parse(data, isFinal)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 357, in endElementNS
>    self.context.end()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 537, in end
>    self.stack.pop().finish()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 685, in finish
>    actions = self.handler(context, **args)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 546, in include
>    processxmlfile(f, context)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 378, in processxmlfile
>    parser.parse(src)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>    xmlreader.IncrementalParser.parse(self, source)
>  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>    self.feed(buffer)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>    self._parser.Parse(data, isFinal)
>  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
>    self._cont_handler.endElementNS(pair, None)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
>  line 357, in endElementNS
>    self.context.end()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 537, in end
>    self.stack.pop().finish()
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 684, in finish
>    args = toargs(context, *self.argdata)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 1376, in toargs
>    args[str(name)] = field.fromUnicode(s)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/fields.py",
>  line 139, in fromUnicode
>    value = self.context.resolve(name)
>  File 
> "/data/softs/plumi.app-4.0/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
>  line 180, in resolve
>    mod = __import__(mname, *_import_chickens)
>  File 
> "/data/softs/plumi.app-4.0/eggs/plone.app.discussion-2.0a2-py2.6.egg/plone/app/discussion/comment.py",
>  line 23, in <module>
>    from OFS.owner import Owned
> zope.configuration.xmlconfig.ZopeXMLConfigurationError: File 
> "/data/softs/plumi.app-4.0/parts/instance-debug/etc/site.zcml", line 
> 15.2-15.55
>    ZopeXMLConfigurationError: File 
> "/data/softs/plumi.app-4.0/parts/instance-debug/etc/package-includes/002-plumi.app-configure.zcml",
>  line 1.0-1.53
>    ZopeXMLConfigurationError: File 
> "/data/softs/plumi.app-4.0/src/plumi.app/plumi/app/configure.zcml", line 
> 61.2-61.37
>    ZopeXMLConfigurationError: File 
> "/data/softs/plumi.app-4.0/src/plumi.content/plumi/content/configure.zcml", 
> line 75.2-79.8
>    ImportError: No module named owner
> 
> 
> 
> I'm kind of lost here, is there anything I can do ?
> Thanks in advance,
> 
> Sylvain.
> _______________________________________________
> Discuss mailing list
> [email protected]
> http://lists.plumi.org/listinfo/discuss

_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to