Re: [Zope3-Users] Indexing PDF files

2006-05-11 Thread Frank Burkhardt
Hi, On Wed, May 10, 2006 at 03:29:34PM -0500, Sreeram Raghav wrote: [snip] Initially the only files being indexed were ZPT pages, but after writing the adapter even text files were being indexed. However the problem is that when I try to add a PDF of Word documents, the files are not being

[Zope3-Users] Problems with ZDC upgrading to Zope 3.3.0b1

2006-05-11 Thread Tom Dossis
I've encountered a problem running zope 3.3.0 beta1 against a zodb created 3.2. As a consequence of moving zope.app.dublincore to zope.dublincore, it seems DC annotations on old instances break, i.e. persistent broken zope.app.dublincore.annotatableadapter.ZDCAnnotationData instance

[Zope3-Users] Skinning in Zope 3.3

2006-05-11 Thread Achim Domma
Hi, I try to understand how to customize the look feel of my page using the new skin/layer implementation of version 3.3. I followed the example on http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SimplifySkinning but still don't understand on how to change the layout of my

Re: [Zope3-Users] Problems with ZDC upgrading to Zope 3.3.0b1

2006-05-11 Thread Stephan Richter
On Thursday 11 May 2006 03:44, Tom Dossis wrote: Is there a migration operation I need to run? Clicking evolve: http://localhost:8080/++etc++process/@@generations.html doesn't seem to do the trick. It seems to me that no generation scripts were written. :-( This is a real show-stopper! I

RE: [Zope3-Users] Skinning in Zope 3.3

2006-05-11 Thread David Johnson
Both of the Zope 3 developer's books explain this quite well. I think Phillip's has the shortest example. Skins are one of the few Zope 3 concepts I was able to implement quickly. All sources will assume that you understand TAL, and METAL. You can download the source from either book either

[Zope3-Users] Re: Problems with ZDC upgrading to Zope 3.3.0b1

2006-05-11 Thread Philipp von Weitershausen
Stephan Richter wrote: On Thursday 11 May 2006 03:44, Tom Dossis wrote: Is there a migration operation I need to run? Clicking evolve: http://localhost:8080/++etc++process/@@generations.html doesn't seem to do the trick. It seems to me that no generation scripts were written. :-( This is a

Re: [Zope3-Users] Re: Problems with ZDC upgrading to Zope 3.3.0b1

2006-05-11 Thread Stephan Richter
On Thursday 11 May 2006 10:06, Philipp von Weitershausen wrote: On the other hand, it seems that the BBB packages that would guarantee the pickle to be loaded were not included in the release (http://www.zope.org/Collectors/Zope3-dev/603). This is not enough. You are required to provide BBB

[Zope3-Users] Re: Problems with ZDC upgrading to Zope 3.3.0b1

2006-05-11 Thread Stephan Richter
On Thursday 11 May 2006 10:06, Philipp von Weitershausen wrote: On the other hand, it seems that the BBB packages that would guarantee the pickle to be loaded were not included in the release (http://www.zope.org/Collectors/Zope3-dev/603). This is not enough. You are required to provide BBB

Re: [Zope3-Users] Re: Problems with ZDC upgrading to Zope 3.3.0b1

2006-05-11 Thread Philipp von Weitershausen
Stephan Richter wrote: On Thursday 11 May 2006 10:06, Philipp von Weitershausen wrote: On the other hand, it seems that the BBB packages that would guarantee the pickle to be loaded were not included in the release (http://www.zope.org/Collectors/Zope3-dev/603). This is not enough. You are

Re: [Zope3-Users] Re: Problems with ZDC upgrading to Zope 3.3.0b1

2006-05-11 Thread Philipp von Weitershausen
Philipp von Weitershausen wrote: Stephan Richter wrote: On Thursday 11 May 2006 10:06, Philipp von Weitershausen wrote: On the other hand, it seems that the BBB packages that would guarantee the pickle to be loaded were not included in the release

[Zope3-Users] ComponentLookupError

2006-05-11 Thread Jachin Rupe
hi there here's a smaller, hopefully more clearer example of a problem I have been stuck on. I should probably also lead off by saying that I think what I am asking is basically this question. http://www.mail-archive.com/zope3-users@zope.org/msg00052.html However I have read

Re: [Zope3-Users] ComponentLookupError

2006-05-11 Thread Jachin Rupe
hi there opps I forgot: streetAddress.py from persistent import Persistent from zope.interface import implements from abook.interfaces import IStreetAddress class StreetAddress(Persistent): implements(IStreetAddress) street =

[Zope3-Users] Re: Skinning in Zope 3.3

2006-05-11 Thread Daniel Nouri
Achim Domma wrote: Hi, I try to understand how to customize the look feel of my page using the new skin/layer implementation of version 3.3. I followed the example on http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SimplifySkinning but still don't understand on how to