[Zope3-Users] Zope 3 Tutorial

Dominik Huber dominik.huber at projekt01.ch
Wed Mar 23 07:55:47 EST 2005


Andre Meyer wrote:

> This week I finally started to develop my first Zope 3 app. I started 
> using Jim's tutorial [1] which is nice. But then I discovered that 
> there is a more complete example set [2]. Unfortunately, I cannot run 
> the contacts example [3] with ZopeX3 (stable). Has anybody been able 
> to convert the example to run? Is the example too old to work with the 
> stable release or does it work on the latest CVS version of Z3?

IMO this example is not maintained anymore by Jim. You should look about 
the buddydemo package for a maintained example.

>
> Problems I found are so far:
> - persistence.Persistence needs to become persistent.Persistent, solved
> - No module named interfaces.container, starting Z3 gives me this:

Long time ago there was a restructering of the code.
Now you will find the IReadContainer and IWriteContainer interfaces in 
the zope.app.container.interfaces module.

Regards,
Dominik Huber



More information about the Zope3-users mailing list