Hello, 

I'm trying to install getpaid on a new plone-3.14 instance on ubuntu...

There are a few things that I'm not sure if I have done correctly...

1. I installed simplejson and dateutil by just typing easy_install
simplejson and easy_install dateutil . Did i I need to type a path or
anything ... if so how do I specify a paty. I have several zope instances
running on this machine.
2. I coppied /PloneGetPaid into parts/instance/Products (another time into
/products) and lib/ into parts/instance/lib Was this the right directories
to copy into? 

When i add a new plone site in the ZMI I get this error...
('No traversable adapter found', {'extension_profiles': ({'product': 'kupu',
'description': 'Extension profile for Kupu', 'for': , 'title': 'Kupu',
'version': u'1.4.11', 'path': 'plone/profiles/default', 'type': 2, 'id':
'kupu:default'},), 'args': (), 'base_profiles': (), 'default_profile':
'Products.CMFPlone:plone'}) 

The errors from instance.log are below...

Best wishes, 

Tony

2008-08-03T15:40:38 ERROR Five Could not import Product Product
s.PloneGetPaid
Traceback (most recent call last):
  File "/plone/shop/production/parts/zope2/lib/python/Products/
Five/fiveconfigure.py", line 76, in loadProducts
    xmlconfig.include(_context, zcml, package=product)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/xmlconfig.py", line 515, in include
    processxmlfile(f, context)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/xmlconfig.py", line 370, in processxmlfile
    parser.parse(src)
  File "/plone/shop/Python-2.4/lib/python2.4/xml/sax/expatreade
r.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/plone/shop/Python-2.4/lib/python2.4/xml/sax/xmlreader.
py", line 123, in parse
    self.feed(buffer)
  File "/plone/shop/Python-2.4/lib/python2.4/xml/sax/expatreade
r.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/plone/shop/Python-2.4/lib/python2.4/xml/sax/expatreade
r.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/xmlconfig.py", line 349, in endElementNS
    self.context.end()
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/config.py", line 692, in finish
    actions = self.handler(context, **args)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/xmlconfig.py", line 515, in include
    processxmlfile(f, context)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/xmlconfig.py", line 370, in processxmlfile
    parser.parse(src)
  File "/plone/shop/Python-2.4/lib/python2.4/xml/sax/expatreade
r.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/plone/shop/Python-2.4/lib/python2.4/xml/sax/xmlreader.
py", line 123, in parse
    self.feed(buffer)
  File "/plone/shop/Python-2.4/lib/python2.4/xml/sax/expatreade
r.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/plone/shop/Python-2.4/lib/python2.4/xml/sax/expatreade
r.py", line 348, in end_element_ns
   self._cont_handler.endElementNS(pair, None)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/xmlconfig.py", line 349, in endElementNS
    self.context.end()
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/plone/shop/production/parts/instance/lib/python/getpai
d/io/writer.py", line 29, in ?
    from ore.xd import ExportWriter, ImportReader
  File "/plone/shop/production/parts/instance/lib/python/ore/xd
/__init__.py", line 4, in ?
    from _xd import ImportReader, ExportWriter
  File "/plone/shop/production/parts/instance/lib/python/ore/xd
/_xd.py", line 21, in ?
    from dateutil.parser import parse as parseDate
ZopeXMLConfigurationError: File "/plone/shop/production/parts/i
nstance/Products/PloneGetPaid/configure.zcml", line 10.0-10.32
    ZopeXMLConfigurationError: File "/plone/shop/production/par
ts/instance/lib/python/getpaid/io/configure.zcml", line 5.1-10.
7
    ImportError: No module named dateutil.parser
------
2008-08-03T15:40:38 ERROR Application Couldn't install Five
Traceback (most recent call last):
  File "/plone/shop/production/parts/zope2/lib/python/OFS/Appli
cation.py", line 786, in install_product
    initmethod(context)
  File "/plone/shop/production/parts/zope2/lib/python/Products/
Five/__init__.py", line 28, in initialize
    zcml.load_site()
  File "/plone/shop/production/parts/zope2/lib/python/Products/
Five/zcml.py", line 53, in load_site
    _context = xmlconfig.file(file)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/xmlconfig.py", line 579, in file
    include(context, name, package)
  File "/plone/shop/production/parts/zope2/lib/python/zope/conf
iguration/xmlconfig.py", line 517, in include
    assert _context.stack[-1].context is context
AssertionError
------
2008-08-03T15:41:23 ERROR Zope.SiteErrorLog http://xl.one.ie:81
01/manage_addProduct/CMFPlone/addPloneSiteForm
Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.CMFPlone.factory, line 68, in addPloneSiteFor
m
  Module Shared.DC.Scripts.Bindings, line 313, in __call__
  Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
  Module Products.PageTemplates.PageTemplateFile, line 129, in 
_exec
  Module Products.PageTemplates.PageTemplate, line 89, in pt_re
nder
  Module zope.pagetemplate.pagetemplate, line 117, in pt_render
  Module zope.tal.talinterpreter, line 271, in __call__
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 854, in do_condition
  Module Products.PageTemplates.Expressions, line 211, in evalu
ateBoolean
  Module zope.tales.tales, line 696, in evaluate
   - URL: addSite
   - Line 62, Column 4
   - Expression: <PathExpr standard:'options/extension_profiles
'>
   - Names:
      {'container': <App.ProductContext.__FactoryDispatcher__ o
bject at 0xc61b8ec>,
       'context': <App.ProductContext.__FactoryDispatcher__ obj
ect at 0xc61b8ec>,
       'default': ,
       'here': <App.ProductContext.__FactoryDispatcher__ object
 at 0xc61b8ec>,
       'loop': {},
       'nothing': None,
       'options': {'args': (),
                   'base_profiles': (),
                   'default_profile': 'Products.CMFPlone:plone'
,
                   'extension_profiles': ({'description': 'Exte
nsion profile for Kupu',
                                           'for': <InterfaceCla
ss Products.CMFPlone.interfaces.siteroot.IPloneSiteRoot>,
                                           'id': 'kupu:default'
,
                                           'path': 'plone/profi
les/default',
                                           'product': 'kupu',
                                           'title': 'Kupu',
                                           'type': 2,
                                           'version': u'1.4.11'
},)},
       'repeat': <Products.PageTemplates.Expressions.SafeMappin
g object at 0xc63944c>,
       'request': <HTTPRequest, URL=http://xl.one.ie:8101/manag
e_addProduct/CMFPlone/addPloneSiteForm>,
       'root': <Application at >,
},)},
       'repeat': <Products.PageTemplates.Expressions.SafeMappin
g object at 0xc63944c>,
       'request': <HTTPRequest, URL=http://xl.one.ie:8101/manag
e_addProduct/CMFPlone/addPloneSiteForm>,
       'root': <Application at >,
       'template': <PageTemplateFile at /addSite>,
       'user': <User 'admin'>}
  Module zope.tales.expressions, line 217, in __call__
  Module Products.PageTemplates.Expressions, line 153, in _eval
  Module zope.tales.expressions, line 124, in _eval
  Module Products.PageTemplates.Expressions, line 83, in boboAw
areZopeTraverse
  Module zope.traversing.adapters, line 161, in traversePathEle
ment
   - __traceback_info__: ({'extension_profiles': ({'product': '
kupu', 'description': 'Extension profile for Kupu', 'for': <Int
erfaceClass Products.CMFPlone.interfaces.siteroot.IPloneSiteRoo
t>, 'title': 'Kupu', 'version': u'1.4.11', 'path': 'plone/profi
les/default', 'type': 2, 'id': 'kupu:default'},), 'args': (), '
base_profiles': (), 'default_profile': 'Products.CMFPlone:plone
'}, 'extension_profiles')
TraversalError: ('No traversable adapter found', {'extension_pr
ofiles': ({'product': 'kupu', 'description': 'Extension profile
 for Kupu', 'for': <InterfaceClass Products.CMFPlone.interfaces
.siteroot.IPloneSiteRoot>, 'title': 'Kupu', 'version': u'1.4.11
', 'path': 'plone/profiles/default', 'type': 2, 'id': 'kupu:def
ault'},), 'args': (), 'base_profiles': (), 'default_profile': '
Products.CMFPlone:plone'})




-- 
View this message in context: 
http://n2.nabble.com/plonegetpaid-0.6.1-plone-3.14-No-traversable-adapter-found-tp666823p666823.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to