Re: [Zope3-Users] problem installing in debian

2005-10-16 Thread Christian Lueck
Hi Leticia, the german guy says, that he tried another tool to unpack the archive and then succeeded. I'm working on debian too and use tar -xzf Zope-3.1.0.tgz from the commandline for the tarballs. You may have to perform chown userId:groupId * --recursive in the unpacked archive. Kind

Re: [Zope3-Users] IPluggableAuthentication -- 'new style' authentication problem

2005-10-13 Thread Christian Lueck
Christian Lueck wrote: How do I get the PAUtility? (or the several PAUs?) paus = zapi.getAllUtilitiesRegisteredFor(zope.app.authentication.interfaces.IPluggableAuthentication) returns no pau at all, neither in the context of the root-folder, nor in the context of the local site called 'subfolder

Re: [Zope3-Users] Problem importing zope modules from /usr/local/zope3Instance/lib/python/productname folder

2005-10-07 Thread Christian Lueck
You have to set the PYTHONPATH environment variable, see page 9 of Philipp's book. Kind regards, Christian Ronald L Chichester wrote: In chapter 4 of Philipp's book, he runs the python interpreter from the command line and imports several zope modules. I tried doing that from

[Zope3-Users] Oh no, doncha violate the o-v-p

2005-09-29 Thread Christian Lueck
Hi, I found a relatively easy way to write an addview for multiple objects. As this violates the object view paradigm (o-v-p) I'd like to have your expert critiques/comments: Are there any risks regarding the violation? The task was to have one view V to create two objects A and B. A is a

[Zope3-Users] stuck with zope.schema.List and subwidget

2005-08-26 Thread Christian Lueck
Hi! Did anyone ever test or succeed using the subwidget-directive of zope.app.form.browser.sequencewidget.SequenceWidget? Following the lines of zope/app/form/browser/widgets.txt a widget for a list of objects would be defined by something like this: author_w =

[Zope3-Users] zope.schema.Object - Object of Objects

2005-08-25 Thread Christian Lueck
Hi! I want to define add- and edit-views for objects of objects with zope.schema.Object and zope.app.form.browser.ObjectWidget. Roger Ineichen and Andreas Reuleaux explained (on this list) howto write custom widgets for objects. I was trying to define a widget for objects of objects (objects