[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. zope.app.dublincore.annotatableadapter.ZDCAnnotationData instance '\x00\x00\x00\x00\x00\x00\x0

[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 of

[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. :-(

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.

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 >>> (http://www.zope.org/Collectors/Zo

[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 objectwidget.

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 ho