[Zope-dev] A way to check what products are installed?
Andy McKay
andym@ActiveState.com
Mon, 20 Nov 2000 09:52:31 -0800
Quick hack:
<dtml-with "Control_Panel.Products">
<dtml-in "objectIds()">
<dtml-var sequence-item>
</dtml-in>
</dtml-with>
--
Andy McKay, Developer.
ActiveState.
----- Original Message -----
From: "Morten W. Petersen" <morten@esol.no>
To: <zope-dev@zope.org>
Sent: Sunday, November 19, 2000 9:36 PM
Subject: [Zope-dev] A way to check what products are installed?
> Is there a clean way to do this (preferrably from both Python and
> DTML) ?
>
> Thanks.
>
> -Morten
>
> _______________________________________________
> 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 )
>