Personal tools
You are here: Home Lists ZPUG DC List Archives 2008 2008-01 Ploneboard installation / wendy@scibridgetech.com Re: [ZPUGDC] Ploneboard installation / Alex Clark <aclark@aclark.net>
Navigation
Log in


Forgot your password?
New user?
Mailing Lists
You can read our ZPUGDC mailing list archives online.
You can subscribe to our mailing list:
Book Review

The Definitive Guide to Plone

Reviewer: joel
 

Re: [ZPUGDC] Ploneboard installation / Alex Clark <aclark@aclark.net>

Re: [ZPUGDC] Ploneboard installation
Alex Clark <aclark(at)aclark.net>
2008-01-28 14:14:53 [ FULL ]
Hi Wendy,

Unfortunately, things like that (installing products, packages) don't always
Just Work(TM).

You'll need to do a bit of troubleshooting/debugging to figure out where the
problem is
(or just ask webfaction).

At first glance, I wonder if you are *really* installing it properly with
easy_install ? 
i.e. look in your instance dir's lib/python, do you see something like:

    Products.Ploneboard-2.0rc1-py2.4.egg

Are you sure this egg works with Plone-3.0.3 (and not 3.0.5 only) ? 

For whatever it's worth, I can tell you that, using buildout, I was able to
install it
very easily by adding it to the eggs section of my buildout.cfg:

    # Add additional eggs here
    # elementtree is required by Plone
    eggs =
        elementtree
        Products.Ploneboard

and then rerunning buildout: http://paste.plone.org/19227

The instance starts and runs fine, and I can install Ploneboard.

Note: It *is* possible to use a buildout on Webfaction, I have at least one
client doing that. You have to configure a generic "application listening on a
port"
(or something like that) and then configure a site to use that application
(as usual). This, as opposed to directly adding a Plone application via
their "add application" menu.

Hope that helps,

Alex

On Sat, Jan 26, 2008 at 07:57:07AM -0700, wendy(at)scibridgetech.com wrote:
[...]
[...]

Powered by Plone, the Open Source Content Management System

This site conforms to the following standards: