• Listen Dev

  • status of listen trunk?

    from Raphael Ritz on Sep 19, 2007 09:55 AM
    Hi folks,
    
    what's the current status of the 'current' bundle (aka trunk versions)
    when it comes to supporting Plone 3?
    
    The reason I'm asking is that I'd like to get it there but as of now
    I fail to get anywhere neither on Plone 2.5 nor on Plone 3.
    
    When starting in debug mode on Plone 2.5 I get:
    
    [..]
    
       File "/opt/Zope-2.9.8-final/lib/python/zope/configuration/config.py", 
    line 206, in resolve
         return __import__(mname+'.'+oname, *_import_chickens)
       File "/opt/Zope-2.9.8-final/lib/python/Zope2/Startup/__init__.py", 
    line 7, in ?
         # Version 2.1 (ZPL).  A copy of the ZPL should accompany this 
    distribution.
       File "build/bdist.linux-i686/egg/plone/app/form/_patches.py", line 
    11, in apply_formlib_request_locale_patch
    zope.configuration.xmlconfig.ZopeXMLConfigurationError: File 
    "/opt/Zope-2.9.8-final/lib/python/Products/Five/skel/site.zcml", line 
    13.2-13.23
         ZopeXMLConfigurationError: File 
    "/home/ritz/sites/z298p253/Products/listen/configure.zcml", line 
    461.4-461.34
         ZopeXMLConfigurationError: File 
    "/home/ritz/sites/z298p253/Products/listen/browser/configure.zcml", line 
    4.4-4.40
         ImportError: No module named formlib
    
    
    while on Plone 3 I get
    
    [..]
       File 
    "/opt/Zope-2.10.4-final/lib/python/zope/configuration/xmlconfig.py", 
    line 419, in openInOrPlain
         fp = open(filename)
    zope.configuration.xmlconfig.ZopeXMLConfigurationError: File 
    "/home/ritz/sites/z2104p30/etc/site.zcml", line 15.2-15.23
         ZopeXMLConfigurationError: File 
    "/home/ritz/sites/z2104p30/Products/listen/configure.zcml", line 7.4-7.45
         IOError: [Errno 2] No such file or directory: 
    '/opt/Zope-2.10.4-final/lib/python/zope/app/annotation/configure.zcml'
    
    
    Now, I didn't expect it to work on Zope-2.10/Plone-3 but since it's
    not working on Plone 2.5 either I'm wondering whether it is maybe in
    some intermediate state.
    
    It could as well be that I'm too stupid to set it up properly and
    no, I will not use workingenv and don't want to install plone-based
    eggs "globally" in any python as I plan to put this into production
    soon should I get it going at all. If anything I'll use buildout or
    the rather old-fashioned way of traditional manual product (including
    lib/python) install.
    
    Thanks for any pointers,
    
    	Raphael
    
    
    
    
    
    
    Thread Outline:
  • Re: status of listen trunk?

    from rmarianski on Sep 19, 2007 10:58 AM
    I have not tried it with plone 3. As far as getting it working with  
    Plone 2.5, try some of the installation instructions listed here:
    http://www.openplans.org/projects/listen/installation-instructions
    
    Robert
    
    On Sep 19, 2007, at 9:55 AM, Raphael Ritz wrote:
    
    > Hi folks,
    >
    > what's the current status of the 'current' bundle (aka trunk versions)
    > when it comes to supporting Plone 3?
    >
    > The reason I'm asking is that I'd like to get it there but as of now
    > I fail to get anywhere neither on Plone 2.5 nor on Plone 3.
    >
    > When starting in debug mode on Plone 2.5 I get:
    >
    > [..]
    >
    >   File "/opt/Zope-2.9.8-final/lib/python/zope/configuration/ 
    > config.py", line 206, in resolve
    >     return __import__(mname+'.'+oname, *_import_chickens)
    >   File "/opt/Zope-2.9.8-final/lib/python/Zope2/Startup/ 
    > __init__.py", line 7, in ?
    >     # Version 2.1 (ZPL).  A copy of the ZPL should accompany this  
    > distribution.
    >   File "build/bdist.linux-i686/egg/plone/app/form/_patches.py",  
    > line 11, in apply_formlib_request_locale_patch
    > zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/opt/ 
    > Zope-2.9.8-final/lib/python/Products/Five/skel/site.zcml", line  
    > 13.2-13.23
    >     ZopeXMLConfigurationError: File "/home/ritz/sites/z298p253/ 
    > Products/listen/configure.zcml", line 461.4-461.34
    >     ZopeXMLConfigurationError: File "/home/ritz/sites/z298p253/ 
    > Products/listen/browser/configure.zcml", line 4.4-4.40
    >     ImportError: No module named formlib
    >
    >
    > while on Plone 3 I get
    >
    > [..]
    >   File "/opt/Zope-2.10.4-final/lib/python/zope/configuration/ 
    > xmlconfig.py", line 419, in openInOrPlain
    >     fp = open(filename)
    > zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/home/ 
    > ritz/sites/z2104p30/etc/site.zcml", line 15.2-15.23
    >     ZopeXMLConfigurationError: File "/home/ritz/sites/z2104p30/ 
    > Products/listen/configure.zcml", line 7.4-7.45
    >     IOError: [Errno 2] No such file or directory: '/opt/Zope-2.10.4- 
    > final/lib/python/zope/app/annotation/configure.zcml'
    >
    >
    > Now, I didn't expect it to work on Zope-2.10/Plone-3 but since it's
    > not working on Plone 2.5 either I'm wondering whether it is maybe in
    > some intermediate state.
    >
    > It could as well be that I'm too stupid to set it up properly and
    > no, I will not use workingenv and don't want to install plone-based
    > eggs "globally" in any python as I plan to put this into production
    > soon should I get it going at all. If anything I'll use buildout or
    > the rather old-fashioned way of traditional manual product (including
    > lib/python) install.
    >
    > Thanks for any pointers,
    >
    > 	Raphael
    >
    >
    >
    >
    >
    >
    >
    > --
    > Archive: http://www.openplans.org/projects/listen/lists/listen-dev/ 
    > archive/2007/09/1190210135512
    > To unsubscribe send an email with subject unsubscribe to listen- 
    > dev@....  Please contact listen-dev- 
    > manager@... for questions.
    >
    >
    > !DSPAM:4021,46f12a9c12711628642973!
    >