Thanks Nathan, That's all that was needed. Works perfectly. What a lovely product.
Best wishes, Tony P.S. I updated the install.txt file for you. It's attached below. collective.realestatebroker Installation ======================= To install collective.realestatebroker into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this: * When you're reading this you have probably already run ``easy_install collective.realestatebroker``. Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall * Create a file called ``collective.realestatebroker-configure.zcml`` in the ``/path/to/instance/etc/package-includes`` directory. The file should only contain this:: <include package="collective.realestatebroker" /> Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this: * Add "http://ftp.schooltool.org/schooltool/eggs/" to additional egg download sources e.g. # of Plone packages. find-links = http://dist.plone.org http://download.zope.org/ppix/ http://download.zope.org/distribution/ http://effbot.org/downloads http://ftp.schooltool.org/schooltool/eggs/ * Add "collective.realestatebroker, Products.Maps and ReportLab" to the list of eggs to install, e.g.: [buildout] ... eggs = ... collective.realestatebroker Products.Maps ReportLab * Tell the plone.recipe.zope2instance recipe to install a ZCML slug: [instance] recipe = plone.recipe.zope2instance ... zcml = collective.realestatebroker * Re-run buildout, e.g. with: $ ./bin/buildout You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file. Nathan Van Gheem wrote: > > Hi Tony, > > I'm not sure if this is your only problem, but in order to get > collective.realestatebroker going, you need to make some changes to your > buildout. > > Basically these are the steps, > > - add Products.Maps, ReportLab and collective.realestatebroker to eggs > section in buildout.cfg > - add collective.realestatebroker to zcml in buildout.cfg > - add http://ftp.schooltool.org/schooltool/eggs/ to feed-links in > buildout.cfg > > Then run buildout again and see what happens. > > -Nathan > > On Wed, Jul 30, 2008 at 12:07 AM, tonyoconnell <[EMAIL PROTECTED]> wrote: > >> >> Hello, >> >> I've been trying to setup RealestateBroker using the following process on >> Ubuntu 7.04. >> >> 1. I create a new instance of Plone-3.1.4 using unified installer. >> 2. Add collective.realestatebroker to eggs and zcml >> 3. buildout >> >> When I try to add a new plone site from zmi I get the following 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'}) >> >> Could someone please tell me how to fix this problem? I'd also appreciate >> if >> someone could someone explain what "No traversable adapter found" means. >> >> I have attached instance.log below... >> >> Best wishes, >> >> Tony >> >> >> -- >> View this message in context: >> http://n2.nabble.com/RealestateBroker-2.03-and-Plone-3.1.4-No-traversable-adapter-found-tp641128p641128.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 >> > > _______________________________________________ > Setup mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/setup > > -- View this message in context: http://n2.nabble.com/RealestateBroker-2.03-and-Plone-3.1.4-No-traversable-adapter-found-tp641128p641278.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
