[Zope-dev] ghost product

Tim McLaughlin tim@BCSWebservices.net
Thu, 4 Jan 2001 15:35:40 -0500


Thanks for the delete issue, however that puts me at ground 0 again.  THis
product will not show up in the products list... here's the __init__.py

import ZSQLTable

def initialize(context):
    """Initialize the ZSQLTable product.
    """
    context.registerClass(
        ZSQLTable.ZSQLTable,
        permission='Add Z SQL Tables',
        constructors = (ZSQLTable.manage_addZSQLTableForm,
ZSQLTable.manage_addZSQLTable),
        icon = 'zsqltable.gif')

anything look strange?, anything?

TYA

-----Original Message-----
From: Chris McDonough [mailto:chrism@digicool.com]
Sent: Thursday, January 04, 2001 3:38 PM
To: Tim McLaughlin; zope-dev@zope.org
Subject: Re: [Zope-dev] ghost product


Delete the product from the Control Panel management interface.
----- Original Message -----
From: "Tim McLaughlin" <tim@BCSWebservices.net>
To: <zope-dev@zope.org>
Sent: Thursday, January 04, 2001 3:10 PM
Subject: [Zope-dev] ghost product


> In fact (to clarify my preceding problem), when I removed the product
> folder, Zope still shows the product and error after restarting.  Am I
being
> stupid?  I must be missing something....
>
> Thanks
>
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )
>
>