Hi there,

for some reasons I do not really understand there is a need for an
exactly defined version of five.intid (0.3.0). But unfortunately this
version is way too old for other plugins. so... what should I do?

I had a working buildout of Plone 3.4 on Windows but since I tried to
install getpaid it isn't working anymore. I followed the steps
described here: http://code.google.com/p/getpaid/wiki/InstallingGetPaid

After I run into some problems concerning M2Crypt and openssl I got
stucked in the problem described above. What I've done so far:

I followed the instructions here:
http://groups.google.com/group/getpaid-dev/browse_thread/thread/5eaf90a50475e1e7/cbff29991972673a?lnk=gst&q=five#cbff29991972673a

I changed the pinned version to 0.4.3 directly in Plone\buildout-cache
\eggs\getpaid.recipe.release-2.1-py2.4.egg\getpaid\recipe\release
\getpaidcorepackages.py (Yeah I know, a Do-Not, but I'm frustrated)

As you can see I'm new to Plone, Zope and even Python and I do not
have any other ideas:

An here is the actual error output:

C:\Programme\Plone>"C:\Programme\Plone/python/python.exe" "C:\Programme
\Plone\parts\instance\bin\servicewrapper.py" -C "C:\Programme\Plone
\parts\instance\etc\zope.conf" "-X" "debug-mode=on"
2010-06-15 15:33:45 INFO ZServer HTTP server started at Tue Jun 15
15:33:45 2010
        Hostname: a-spe
        Port: 8080
2010-06-15 15:33:51 INFO DocFinderTab Applied patch version 1.0.4.
2010-06-15 15:33:55 INFO Plone Dependency
Unable to detect Zope version. Please make sure you have Zope 2.10.4
or newer installed.
2010-06-15 15:33:57 WARNING plone.z3cform Monkey patching
z3c.form.term.ChoiceTerms to correctly bind fields
C:\Programme\Plone\zope2\lib\python\zope\configuration\fields.py:417:
UserWarning: You did not specify an i18n translation domain for the
'description' field in c:\programme\plone\buildout-cache\eggs
\products.cmfsquidtool-1.5.1-py2.4.egg\Products\CMFSquidTool
\configure.zcml
  warnings.warn(
C:\Programme\Plone\zope2\lib\python\zope\configuration\fields.py:417:
UserWarning: You did not specify an i18n translation domain for the
'title' field in c:\programme\plone\buildout-cache\eggs
\products.cmfsquidtool-1.5.1-py2.4.egg\Products\CMFSquidTool
\configure.zcml
  warnings.warn(
2010-06-15 15:34:03 ERROR Application Couldn't install Five
Traceback (most recent call last):
  File "C:\Programme\Plone\zope2\lib\python\OFS\Application.py", line
786, in install_product
    initmethod(context)
  File "C:\Programme\Plone\zope2\lib\python\Products\Five
\__init__.py", line 28, in initialize
    zcml.load_site()
  File "C:\Programme\Plone\zope2\lib\python\Products\Five\zcml.py",
line 53, in load_site
    _context = xmlconfig.file(file)
  File "C:\Programme\Plone\zope2\lib\python\zope\configuration
\xmlconfig.py", line 581, in file
    context.execute_actions()
  File "C:\Programme\Plone\zope2\lib\python\zope\configuration
\config.py", line 606, in execute_actions
    for action in resolveConflicts(self.actions):
  File "C:\Programme\Plone\zope2\lib\python\zope\configuration
\config.py", line 1513, in resolveConflicts
    raise ConfigurationConflictError(conflicts)
ConfigurationConflictError: Conflicting configuration actions
  For: ('resource', u'jquery.js', <InterfaceClass
zope.publisher.interfaces.browser.IBrowserRequest>, <InterfaceClass
zope.publisher.interfaces.browser.IDefaultBrowserLayer>)
    File "c:\programme\plone\buildout-cache\eggs
\collective.plonetruegallery-0.7.1-py2.4.egg\collective
\plonetruegallery\browser\configure.zcml", line 22.4-25.3
          <browser:resource
                name="jquery.js"
                file="files/scripts/jquery-1.2.6.pack.js"
        />
    File "c:\programme\plone\buildout-cache\eggs
\products.plonegetpaid-0.8.8-py2.4.egg\Products\PloneGetPaid\browser
\configure.zcml", line 53.2-55.46
        <browser:resource
            name="jquery.js"
            file="resources/jquery-1.2.1.pack.js" />
Traceback (most recent call last):
  File "C:\Programme\Plone\parts\instance\bin\servicewrapper.py", line
190, in ?
    run.run()
  File "C:\Programme\Plone\zope2\lib\python\Zope2\Startup\run.py",
line 21, in run
    starter.prepare()
  File "C:\Programme\Plone\zope2\lib\python\Zope2\Startup
\__init__.py", line 102, in prepare
    self.startZope()
  File "C:\Programme\Plone\zope2\lib\python\Zope2\Startup
\__init__.py", line 278, in startZope
    Zope2.startup()
  File "C:\Programme\Plone\zope2\lib\python\Zope2\__init__.py", line
47, in startup
    _startup()
  File "C:\Programme\Plone\zope2\lib\python\Zope2\App\startup.py",
line 102, in startup
    OFS.Application.initialize(application)
  File "C:\Programme\Plone\zope2\lib\python\OFS\Application.py", line
309, in initialize
    initializer.initialize()
  File "C:\Programme\Plone\zope2\lib\python\OFS\Application.py", line
338, in initialize
    self.install_products()
  File "C:\Programme\Plone\zope2\lib\python\OFS\Application.py", line
603, in install_products
    return install_products(app)
  File "C:\Programme\Plone\zope2\lib\python\OFS\Application.py", line
634, in install_products
    folder_permissions, raise_exc=debug_mode)
  File "C:\Programme\Plone\zope2\lib\python\OFS\Application.py", line
786, in install_product
    initmethod(context)
  File "C:\Programme\Plone\zope2\lib\python\Products\Five
\__init__.py", line 28, in initialize
    zcml.load_site()
  File "C:\Programme\Plone\zope2\lib\python\Products\Five\zcml.py",
line 53, in load_site
    _context = xmlconfig.file(file)
  File "C:\Programme\Plone\zope2\lib\python\zope\configuration
\xmlconfig.py", line 581, in file
    context.execute_actions()
  File "C:\Programme\Plone\zope2\lib\python\zope\configuration
\config.py", line 606, in execute_actions
    for action in resolveConflicts(self.actions):
  File "C:\Programme\Plone\zope2\lib\python\zope\configuration
\config.py", line 1513, in resolveConflicts
    raise ConfigurationConflictError(conflicts)
zope.configuration.config.ConfigurationConflictError: Conflicting
configuration actions
  For: ('resource', u'jquery.js', <InterfaceClass
zope.publisher.interfaces.browser.IBrowserRequest>, <InterfaceClass
zope.publisher.interfaces.browser.IDefaultBrowserLayer>)
    File "c:\programme\plone\buildout-cache\eggs
\collective.plonetruegallery-0.7.1-py2.4.egg\collective
\plonetruegallery\browser\configure.zcml", line 22.4-25.3
          <browser:resource
                name="jquery.js"
                file="files/scripts/jquery-1.2.6.pack.js"
        />
    File "c:\programme\plone\buildout-cache\eggs
\products.plonegetpaid-0.8.8-py2.4.egg\Products\PloneGetPaid\browser
\configure.zcml", line 53.2-55.46
        <browser:resource
            name="jquery.js"
            file="resources/jquery-1.2.1.pack.js" />

-- 
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | 
http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups 
"getpaid-dev" group.
To post to this group, send email to getpaid-dev@googlegroups.com
To unsubscribe from this group, send email to 
getpaid-dev+unsubscr...@googlegroups.com

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en

Reply via email to