if there are any errors that occur during the processing of your initialize method they might get swallowed up completely. put a try/except around the code inside your initialize method and put something like "import traceback; traceback.print_exc()" in the except. set the STUPID_LOG_FILE environment variable and watch the log output. jens On Tuesday, June 18, 2002, at 04: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?
Richard