Hi, I'm a Zope and Python newbie and I'm trying to work with Zope's ZCatalog in a Product coded in python. Can anyone give some intro or point to some links with info in this subject. Thanks, Paulo ----------------------------------------------------------------------- Paulo Marques Goncalves CDFtel, Lda Ph. No: +351.22.3389843 Rua Goncalo Cristovao, 347 - Sala 205 FAX No: +351.22.3389845 4000-270 PORTO E-mail: mailto:pmg@cdftel.pt Portugal -----------------------------------------------------------------------
Hi Paulo.. I can't give you any real specific advice on where to get info besides the Zope Book, but you may want to take a look at the ZCatalog.py and Catalog.py source code (in the ZCatalog product). Also, the (always forgotten) help system has documentation on the Catalog's interfaces. - C On Sat, 30 Jun 2001 20:47:02 +0100 "Paulo M. Goncalves" <pmg@cdftel.pt> wrote:
Hi,
I'm a Zope and Python newbie and I'm trying to work with Zope's ZCatalog in a Product coded in python. Can anyone give some intro or point to some links with info in this subject.
Thanks, Paulo
----------------------------------------------------------------------- Paulo Marques Goncalves CDFtel, Lda Ph. No: +351.22.3389843 Rua Goncalo Cristovao, 347 - Sala 205 FAX No: +351.22.3389845 4000-270 PORTO E-mail: mailto:pmg@cdftel.pt Portugal -----------------------------------------------------------------------
_______________________________________________ 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 )
On Sat, 30 Jun 2001 20:47:02 +0100, you wrote:
I'm trying to work with Zope's ZCatalog in a Product coded in python. Can anyone give some intro or point to some links with info in this subject.
There is a ZCatalog tutorial on http://www.zope.org/Documentation/How-To/ZCatalogTutorial/ The ZCatalog class is documented in the API Reference on http://www.zope.org/Members/michel/ZB/AppendixB.dtml Perhaps these are useful examples: http://www.zope.org/Members/Bill/Products/KnowledgeKit http://www.zope.org/Members/NIP/ZMailIn I found these using the search engine and I didn't check if they even use ZCatalog. Here is some python coding that shows how to use the catalog class outside of Zope: http://www.zope.org/Members/kelcmab3/catalog_out_of_zope This is a message with some code snippets from someone who tried to do the same: http://lists.zope.org/pipermail/zope/2000-April/023705.html Regards, René Pijlman
"Paulo M. Goncalves" wrote:
I'm a Zope and Python newbie and I'm trying to work with Zope's ZCatalog in a Product coded in python. Can anyone give some intro or point to some links with info in this subject.
Maybe have a look at the SquishSite.py file in Squishdot? The search method of the SquishSite class does some ZCatalog searching... cheers, Chris
participants (4)
-
Chris McDonough -
Chris Withers -
Paulo M. Goncalves -
Rene Pijlman