[Zope] Python Product doesn't appear in Products list in Control Panel
Richard Jones
rjones@ekit-inc.com
Fri, 21 Jun 2002 13:50:48 +1000
On Tue, 18 Jun 2002 18:29, Richard Jones wrote:
> I've just written a new on-disk Product, only it doesn't appear in the
> control panel products listing. I've got a ZEO server and client setup -
> I've tried having the product in both the client SOFTWARE_HOME lib dir and
> its own personal Products dir. The initialize() gets called in both cases,
> but the product doesn't appear in the products listing.
>
> There's no errors displayed on server or client startup.
>
> Anyone got a hint or clue to spare?
Well, I finally caved in and read the source.
Without the environment var FORCE_PRODUCT_LOAD, Zope only does a half-baked
job of loading the Product in a ZEO client.
And I've run into this before (about a year ago).
*sigh*
Richard