I am getting a bit further now, but still struggling somewhere along the line.
 
I am using Plone 2.5.2 on Zope 2.9.3 with Listen 0.3a1 and Five 1.4.2 and here is the full traceback I am getting when running the instance in debug mode before it crashes out;
 
E:\zopeinstances\usersgroup\bin>"e:\Zope-2.9.3\bin\python.exe" "e:\Zope-2.9.3\li
b\python\Zope2\Startup\run.py" -C "e:\zopeinstances\usersgroup\etc\zope.conf"
 
e:\Zope-2.9.3\lib\python\ZServer\utils.py:33: DeprecationWarning: The zLOG packa
ge is deprecated and will be removed in Zope 2.11. Use the Python logging module
 instead.
  LOG('ZServer', severity[type], message)
2007-07-02 15:40:19 INFO ZServer HTTP server started at Mon Jul 02 15:40:19 2007
 
        Hostname: shb500156
        Port: 8080
e:\zopeinstances\usersgroup\Products\Marshall\handlers\__init__.py:38: UserWarni
ng: libxml2 not available. Unable to register libxml2 based marshallers
  warnings.warn('libxml2 not available. Unable to register libxml2 based ' \
2007-07-02 15:40:22 WARNING Init Class Products.CMFFormController.ControllerBase
.ControllerBase has a security declaration for nonexistent method 'getPostRequir
ed'
2007-07-02 15:40:22 INFO DocFinderTab Applied patch version 1.0.2.
2007-07-02 15:40:22 WARNING Zope OFS.Application: Duplicate Product name:After l
oading Product 'Five' from 'e:\\zopeinstances\\usersgroup\\Products',
I skipped the one in 'e:\\Zope-2.9.3\\lib\\python\\Products'.
 
e:\zopeinstances\usersgroup\Products\MailBoxer\__init__.py:21: DeprecationWarnin
g: The ImageFile module will be removed in Zope 2.11. Use App.ImageFile instead.
 
  from ImageFile import ImageFile
2007-07-02 15:40:23 INFO PlacelessTranslationService Applying patch
*** Patching ZPublisher.Publish with the get_request patch! ***
2007-07-02 15:40:24 INFO Plone Dependency
Elementtree not found. Plone needs Elementtree for XML transformation. Please do
wnload it from
http://effbot.org/downloads/#elementtree
2007-07-02 15:40:24 WARNING Plone Deprecation Warning
CustomizationPolicies are deprecated and will be removed in Plone 3.0. Please us
e GenericSetup extension profiles instead.
2007-07-02 15:40:24 WARNING Plone Deprecation Warning
registerSetupWidget is deprecated and will be removed in Plone 3.0.
2007-07-02 15:40:24 WARNING Plone Deprecation Warning
registerSetupWidget is deprecated and will be removed in Plone 3.0.
2007-07-02 15:40:24 WARNING Plone Deprecation Warning
CustomizationPolicies are deprecated and will be removed in Plone 3.0. Please us
e GenericSetup extension profiles instead.
2007-07-02 15:40:25 ERROR Zope Couldn't install Five
Traceback (most recent call last):
  File "e:\Zope-2.9.3\lib\python\OFS\Application.py", line 790, in install_produ
ct
    initmethod(context)
  File "e:\zopeinstances\usersgroup\Products\Five\__init__.py", line 31, in init
ialize
    zcml.load_site()
  File "e:\zopeinstances\usersgroup\Products\Five\zcml.py", line 41, in load_sit
e
    _context = xmlconfig.file(file)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 554, in
file
    include(context, name, package)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 490, in
include
    processxmlfile(f, context)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 345, in
processxmlfile
    parser.parse(src)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 348, in end_element_
ns
    self._cont_handler.endElementNS(pair, None)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 326, in
endElementNS
    self.context.end()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 544, in end
 
    self.stack.pop().finish()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 690, in fin
ish
    actions = self.handler(context, **args)
  File "e:\zopeinstances\usersgroup\Products\Five\fiveconfigure.py", line 84, in
 loadProducts
    handleBrokenProduct(product)
  File "e:\zopeinstances\usersgroup\Products\Five\fiveconfigure.py", line 82, in
 loadProducts
    xmlconfig.include(_context, zcml, package=product)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 490, in
include
    processxmlfile(f, context)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 345, in
processxmlfile
    parser.parse(src)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 348, in end_element_
ns
    self._cont_handler.endElementNS(pair, None)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 326, in
endElementNS
    self.context.end()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 544, in end
 
    self.stack.pop().finish()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 690, in fin
ish
    actions = self.handler(context, **args)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 490, in
include
    processxmlfile(f, context)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 345, in
processxmlfile
    parser.parse(src)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 348, in end_element_
ns
    self._cont_handler.endElementNS(pair, None)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 326, in
endElementNS
    self.context.end()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 544, in end
 
    self.stack.pop().finish()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 689, in fin
ish
    args = toargs(context, *self.argdata)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 1381, in to
args
    args[str(name)] = field.fromUnicode(s)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\fields.py", line 139, in fro
mUnicode
    value = self.context.resolve(name)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 206, in res
olve
    return __import__(mname+'.'+oname, *_import_chickens)
  File "build\bdist.win32\egg\plone\app\form\__init__.py", line 24, in ?
    import ZConfig
  File "e:\zopeinstances\usersgroup\Products\Five\browser\pagetemplatefile.py",
line 44, in __init__
    raise ValueError("No such file", self.filename)
ZopeXMLConfigurationError: File "e:\zopeinstances\usersgroup\Products\Five\skel\
site.zcml", line 20.2-20.23
    ZopeXMLConfigurationError: File "e:\zopeinstances\usersgroup\Products\listen
\configure.zcml", line 201.4-201.34
    ZopeXMLConfigurationError: File "e:\zopeinstances\usersgroup\Products\listen
\browser\configure.zcml", line 5.4-5.40
    ValueError: ('No such file', 'e:\\Zope-2.9.3\\bin\\lib\\site-packages\\plone
.app.form-1.0b3dev-py2.4.egg\\plone\\app\\form\\pageform.pt')
Traceback (most recent call last):
  File "e:\Zope-2.9.3\lib\python\Zope2\Startup\run.py", line 56, in ?
    run()
  File "e:\Zope-2.9.3\lib\python\Zope2\Startup\run.py", line 21, in run
    starter.prepare()
  File "e:\Zope-2.9.3\lib\python\Zope2\Startup\__init__.py", line 98, in prepare
 
    self.startZope()
  File "e:\Zope-2.9.3\lib\python\Zope2\Startup\__init__.py", line 257, in startZ
ope
    Zope2.startup()
  File "e:\Zope-2.9.3\lib\python\Zope2\__init__.py", line 47, in startup
    _startup()
  File "e:\Zope-2.9.3\lib\python\Zope2\App\startup.py", line 103, in startup
    OFS.Application.initialize(application)
  File "e:\Zope-2.9.3\lib\python\OFS\Application.py", line 304, in initialize
    initializer.initialize()
  File "e:\Zope-2.9.3\lib\python\OFS\Application.py", line 333, in initialize
    self.install_products()
  File "e:\Zope-2.9.3\lib\python\OFS\Application.py", line 612, in install_produ
cts
    return install_products(app)
  File "e:\Zope-2.9.3\lib\python\OFS\Application.py", line 643, in install_produ
cts
    folder_permissions, raise_exc=debug_mode)
  File "e:\Zope-2.9.3\lib\python\OFS\Application.py", line 790, in install_produ
ct
    initmethod(context)
  File "e:\zopeinstances\usersgroup\Products\Five\__init__.py", line 31, in init
ialize
    zcml.load_site()
  File "e:\zopeinstances\usersgroup\Products\Five\zcml.py", line 41, in load_sit
e
    _context = xmlconfig.file(file)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 554, in
file
    include(context, name, package)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 490, in
include
    processxmlfile(f, context)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 345, in
processxmlfile
    parser.parse(src)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 348, in end_element_
ns
    self._cont_handler.endElementNS(pair, None)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 326, in
endElementNS
    self.context.end()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 544, in end
 
    self.stack.pop().finish()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 690, in fin
ish
    actions = self.handler(context, **args)
  File "e:\zopeinstances\usersgroup\Products\Five\fiveconfigure.py", line 84, in
 loadProducts
    handleBrokenProduct(product)
  File "e:\zopeinstances\usersgroup\Products\Five\fiveconfigure.py", line 82, in
 loadProducts
    xmlconfig.include(_context, zcml, package=product)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 490, in
include
    processxmlfile(f, context)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 345, in
processxmlfile
    parser.parse(src)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 348, in end_element_
ns
    self._cont_handler.endElementNS(pair, None)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 326, in
endElementNS
    self.context.end()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 544, in end
 
    self.stack.pop().finish()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 690, in fin
ish
    actions = self.handler(context, **args)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 490, in
include
    processxmlfile(f, context)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 345, in
processxmlfile
    parser.parse(src)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "e:\Zope-2.9.3\bin\lib\xml\sax\expatreader.py", line 348, in end_element_
ns
    self._cont_handler.endElementNS(pair, None)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\xmlconfig.py", line 326, in
endElementNS
    self.context.end()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 544, in end
 
    self.stack.pop().finish()
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 689, in fin
ish
    args = toargs(context, *self.argdata)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 1381, in to
args
    args[str(name)] = field.fromUnicode(s)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\fields.py", line 139, in fro
mUnicode
    value = self.context.resolve(name)
  File "e:\Zope-2.9.3\lib\python\zope\configuration\config.py", line 206, in res
olve
    return __import__(mname+'.'+oname, *_import_chickens)
  File "e:\Zope-2.9.3\lib\python\Zope2\Startup\__init__.py", line 24, in ?
    import ZConfig
  File "e:\zopeinstances\usersgroup\Products\Five\browser\pagetemplatefile.py",
line 44, in __init__
    raise ValueError("No such file", self.filename)
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "e:\zopeinstances\u
sersgroup\Products\Five\skel\site.zcml", line 20.2-20.23
    ZopeXMLConfigurationError: File "e:\zopeinstances\usersgroup\Products\listen
\configure.zcml", line 201.4-201.34
    ZopeXMLConfigurationError: File "e:\zopeinstances\usersgroup\Products\listen
\browser\configure.zcml", line 5.4-5.40
    ValueError: ('No such file', 'e:\\Zope-2.9.3\\bin\\lib\\site-packages\\plone
.app.form-1.0b3dev-py2.4.egg\\plone\\app\\form\\pageform.pt')

 
 
Any suggestions to exactly where I am going wrong?
 
Thanks,
David

>>> Chris Abraham <[EMAIL PROTECTED]> 29/06/2007 15:33:33 >>>
Sandy,
They are not in my control_panel and everything works fine for me.
Chris

David Sandy wrote:
> Should plone.mail and plone.app.form be listed in
> /Control_Panel/Products/manage_main  in my Zope instance as installed
> products once installed correctly?
> Thanks,
> David
>
>>>> Robert Marianski <[EMAIL PROTECTED]> 28/06/2007 16:33:45 >>>
> On Thu, Jun 28, 2007 at 04:14:15PM +0100, David Sandy wrote:
>> Hi,
>>
>> I am trying to get the Listen product installed on a Zope 2.9.3/ Plone
> 2.5.2 instance, and have managed to successfully install all
> dependancies apart from plone.mail
> (https://svn.plone.org/svn/plone/plone.mail/trunk/) and plone.app.form
> (https://svn.plone.org/svn/plone/plone.app.form/trunk)
>>
>> Where does plone.mail and plone.app.form actually need to be
> installed? Will it be listed in /Control_Panel/Products/manage_main  in
> my Zope instance as installed products once installed correctly?
>>
>> Thanks,
>> David
>
> For our instances, we use workingenvs and easy_install both plone.mail
> and plone.app.form.
>
> You can find installation instructions at: http://tinyurl.com/3aatvn
>
> Robert
>
>
> --
> Archive:
> http://www.openplans.org/projects/listen/lists/listen-dev/archive/2007/06/1183044826767
> To unsubscribe send an email with subject unsubscribe to
> [EMAIL PROTECTED]  Please contact
> [EMAIL PROTECTED] for questions.
>
> !DSPAM:4017,46850e68174815332866982!


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

Reply via email to