[Setup] Installing borg.project - nothing happens

eelgueta eelgueta.navix at gmail.com
Fri Nov 28 13:31:04 UTC 2008



eelgueta wrote:
> 
> Hi All,
> 
> I'm new to Plone 3.X:
> 
>     *  Plone 3.1.7
>     * CMF 2.1.1
>     * Zope (Zope 2.10.6-final, python 2.4.5, linux2)
>     * Python 2.4.5 (#1, Nov 21 2008, 17:41:39) [GCC 4.3.2]
>     * PIL 1.1.6
> 
> running on Ubuntu.
> 
> I tried to install b-org with the following:
> 
> eggs =
>         Products.Poi
>         Products.PloneLDAP
>         simplon.plone.ldap
>         Products.OpenXml
>         borg.project
> 
> The buildout went ok (AFAIK):
> 
> Uninstalling zopeskel.
> Uninstalling zopepy.
> Uninstalling instance.
> Updating plone.
> Updating zope2.
> Updating productdistros.
> Installing instance.
> Getting distribution for 'borg.project'.
> Got borg.project 1.1rc3.
> Generated script '/usr/local/Plone/zinstance/bin/instance'.
> Installing zopepy.
> Generated interpreter '/usr/local/Plone/zinstance/bin/zopepy'.
> Installing zopeskel.
> Generated script '/usr/local/Plone/zinstance/bin/paster'.
> Updating chown.
> chown: Running 
> chmod 600 .installed.cfg
> find /usr/local/Plone/zinstance -type d -name var -exec chown -R plone
> \{\} \;
> find /usr/local/Plone/zinstance -type d -name LC_MESSAGES -exec chown -R
> plone \{\} \;
> find /usr/local/Plone/zinstance -name runzope -exec chown plone \{\} \;
> Updating unifiedinstaller.
> Updating precompile.
>   precompiling python scripts in /usr/local/Plone/zinstance/products
>   precompiling python scripts in
> /usr/local/Plone/zinstance/parts/productdistros
>   precompiling python scripts in /usr/local/Plone/zinstance/parts/plone
> 
> 
> However, I see no new product to install (Site Setup) and I have to new
> item to ass in the interface!
> 
> Any ideas? Any pointer?
> 
> Thank you in advance.
> 
> Edo.
> 

I needed to add this line to the buildout.cfg:

zcml =
    :
    :
    borg.project

Now, when I try to add the product, it fails with the following traceback:

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.CMFQuickInstallerTool.QuickInstallerTool, line 584, in
installProducts
  Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 507, in
installProduct
   - __traceback_info__: ('borg.project',)
  Module Products.ExternalMethod.ExternalMethod, line 231, in __call__
   - __traceback_info__: ((<PloneSite at /navix_intranet>,), {'reinstall':
False}, (False,))
  Module
/usr/local/Plone/buildout-cache/eggs/borg.project-1.1rc3-py2.4.egg/borg/project/Extensions/Install.py,
line 35, in install
  Module Products.GenericSetup.tool, line 390, in
runAllImportStepsFromProfile
   - __traceback_info__: profile-borg.project:default
  Module Products.GenericSetup.tool, line 1182, in
_runImportStepsFromContext
  Module Products.GenericSetup.tool, line 1093, in _doRunImportStep
   - __traceback_info__: memberdata-properties
  Module Products.CMFPlone.exportimport.memberdata_properties, line 17, in
importMemberDataProperties
  Module Products.CMFCore.utils, line 123, in getToolByName
AttributeError: portal_memberdata


Any ideas? :confused:

Thank you.

Edo.
-- 
View this message in context: http://n2.nabble.com/Installing-borg.project---nothing-happens-tp1586461p1589208.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.




More information about the Setup mailing list