SV: [Zope3-Users] Getting Started Question

2006-04-24 Thread Kim L. Jacobsen
Hi Steve I have the same problems and doubts as you, and still don't know the answer. But I found the SVN-repository for the book here: svn://svn.zope.org/repos/main/book/trunk. Hope it helps at little. Regards, Kim -Oprindelig meddelelse- Fra: [EMAIL PROTECTED]

Re: [Zope3-Users] Getting Started Question

2006-04-24 Thread Benji York
Steven H. Rogers wrote: I've installed Zope 3.2 and I'm reading Stephan Richter's Zope 3 Developer's Handbook. It seems that a lot has changed since this was written. When I got to Zwiki installation example, it looks like the Subversion repository has been reorganized. I found Zwiki, but

[Zope3-Users] debian installation

2006-04-24 Thread Stéphane Brault
Hi, I'm trying to install zope on a debian distribution. ./configure works ok, then when I invoke make I get : /usr/bin/python2.4 install.py -q build error: invalid Python installation: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory) make: *** [build] Error 1

RE: [Zope3-Users] debian installation

2006-04-24 Thread David Johnson
I've installed on Debian many times and I don't remember these troubles with Sarge. I used Debian Python2.4. I suspect some python troubles here, but I'm not python expert. I do the install using: 1. cd Zope-3.2.0 2. ./configure --with-python /usr/bin/python2.4 3. make -Original

[Zope3-Users] Send credentials in a remote request

2006-04-24 Thread David Pratt
Is there a way to send credentials in a request for remote access in zope3? I did this with: user:[EMAIL PROTECTED]://www.example.com/path/to/whatever to do this in z2 but this does not work in z3. Regards, David ___ Zope3-users mailing list

Re: [Zope3-Users] Send credentials in a remote request

2006-04-24 Thread Benji York
David Pratt wrote: Is there a way to send credentials in a request for remote access in zope3? I did this with: user:[EMAIL PROTECTED]://www.example.com/path/to/whatever to do this in z2 but this does not work in z3. I doubt that works in Zope 2 because the syntax is wrong. :) Try this

Re: [Zope3-Users] debian installation

2006-04-24 Thread Andrius Armonas
Hi, you have to install python2.4-dev package. -- Andrius Stéphane Brault wrote: Hi, I'm trying to install zope on a debian distribution. ./configure works ok, then when I invoke make I get : /usr/bin/python2.4 install.py -q build error: invalid Python installation: unable to open

[Zope3-Users] Re: ZEO Zope3 and Twisted

2006-04-24 Thread Florent Guillaume
David Pratt wrote: Is there any plan to provide security for ZEO client / server communication using Twisted now that it is in Zope3? Many thanks This belongs to the zodb-dev list really. At the moment ZEO still uses the asyncore event loop, not twisted. I asked recently if anybody was

[Zope3-Users] Re: zql

2006-04-24 Thread Florent Guillaume
Please make an effort on behalf of your readers and put an initial uppercase at the start of your sentences. They exist for a reason: readability. You brain dump below is pretty hard to understand. On the topic though: what you need is a view to an RDB through zope. You can do that through an

Re: [Zope3-Users] Re: ZEO Zope3 and Twisted

2006-04-24 Thread David Pratt
Hi Florent. Ok, I will post on other list. David Florent Guillaume wrote: David Pratt wrote: Is there any plan to provide security for ZEO client / server communication using Twisted now that it is in Zope3? Many thanks This belongs to the zodb-dev list really. At the moment ZEO still uses

[Zope3-Users] Access subfolder's files object's metadata thru tal macros

2006-04-24 Thread Nicolas Legault
I'm trying to list all the files objects in a folder with their metadata descriptions in a ZPT page thru written thru the ZMI.I'm successfully accessing the metadata description of a single file with: p tal:replace=context/a_folder/a_file_in_a_folder/zope:description/pbut when I try to iterate