[Zope-Checkins] SVN: Products.Five/trunk/ The FiveSiteManager classes now work again, but are deprecated for the

2006-07-25 Thread Lennart Regebro
Log message for revision 69259: The FiveSiteManager classes now work again, but are deprecated for the new zope.component support. Changed: U Products.Five/trunk/CHANGES.txt U Products.Five/trunk/doc/localsite.txt U Products.Five/trunk/site/browser.py U

Re: [Zope] DB in Zope

2006-07-25 Thread Chris Withers
Alan wrote: I need a very simple DB in Zope, a table with 5 columns, less than 100 entries, to write, read and update, nothing else. Is Gadfly a serious option? Do l loose my database if Zope is restarted? Which other option, easy to use? A tutorial? Don't use Gadfly. I'd probably just do

[Zope] Running 2 instances of Zope on Apache

2006-07-25 Thread ianripping
Hi, I am having trouble trying to get apache to use sub domains for my 2 instances of zope. I want test.server name for one sub domain adn live.server for the other. The first sub domain for test instance of zope. The second sub domain for the lvie instance of zope. Anyone done this before?

Re: [Zope] Running 2 instances of Zope on Apache

2006-07-25 Thread Peter Bengtsson
What's your apache config? I suggest that you use ProxyPass. Something like this will work fine: VirtualHost IP.OF.YOUR.SERVER ServerName dev.yoursite.com ServerAdmin [EMAIL PROTECTED] ProxyPass / http://localhost:9080/VirtualHostBase/http/dev.yoursite.com:80/zopefolder/VirtualHostRoot/

Re: [Zope] Python/TAL Problem

2006-07-25 Thread Peter Bengtsson
Guess guess, do all objects have the 'KW1' property? I don't think so. Try this: div tal:define=blankstring string: input type=text name=rows.title:records size=50 tal:attributes=value python:item/KW1|blankstring / input type=hidden name=prev_rows.title:records

Re: [Zope] DB in Zope

2006-07-25 Thread Dieter Maurer
Alan wrote at 2006-7-24 19:06 +0100: I need a very simple DB in Zope, a table with 5 columns, less than 100 entries, to write, read and update, nothing else. Is Gadfly a serious option? I would not use it. When I tried it (a long time ago) the version that came with Zope had serious problems

Re: [Zope] Mark Pilgrim's Feed Parser in Zope

2006-07-25 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2006-7-24 11:13 -0700: I'm trying to move our sites from Zope 2.5.1 to Zope 2.8.1-final and I'm receiving an error with this script: http://www.zope.org/Members/johntynan/feedparser/ In particular, I receive the following error, when using the attached page template

Re: [Zope] Running 2 instances of Zope on Apache

2006-07-25 Thread Dieter Maurer
ianripping wrote at 2006-7-25 08:37 -0700: I am having trouble trying to get apache to use sub domains for my 2 instances of zope. I want test.server name for one sub domain adn live.server for the other. The first sub domain for test instance of zope. The second sub domain for the lvie instance

Re: [Zope] DB in Zope

2006-07-25 Thread Gabriel Genellina
At Tuesday 25/7/2006 14:02, Peter Bengtsson wrote: I need a very simple DB in Zope, a table with 5 columns, less than 100 entries, to write, read and update, nothing else. Is Gadfly a serious option? Do l loose my database if Zope is restarted? Which other option, easy to use? A tutorial? Gadly

Re: [Zope] DB in Zope

2006-07-25 Thread Paul Winkler
On Tue, Jul 25, 2006 at 05:10:26PM -0300, Gabriel Genellina wrote: At Tuesday 25/7/2006 14:02, Peter Bengtsson wrote: I need a very simple DB in Zope, a table with 5 columns, less than 100 entries, to write, read and update, nothing else. Is Gadfly a serious option? Do l loose my database if

[Zope] Accumulate vars with dtml-var expr=...

2006-07-25 Thread Jesper Steen Steffensen
Hi all.I have a table with a list of values. To list my values in a dtml method i write dtml-var value inside the appropriate dtml-in tag. In the next column I have the dtml-var sequence-number This gives me something like:VALUE SEQNUMBER13 110 211 310 412 5...I want to accumulate my values so the

Re: [Zope] Accumulate vars with dtml-var expr=...

2006-07-25 Thread Gabriel Genellina
At Tuesday 25/7/2006 19:38, you wrote: I have a table with a list of values. To list my values in a dtml method i write dtml-var value inside the appropriate dtml-in tag. In the next column I have the dtml-var sequence-number I want to accumulate my values so the result will be: Is it

[Zope] Re: Accumulate vars with dtml-var expr=...

2006-07-25 Thread Jesper Steen Steffensen
I have a table with a list of values. To list my values in a dtmlmethod i write dtml-var value inside the appropriate dtml-in tag. In the next column I have the dtml-var sequence-numberI want to accumulate my values so the result will be:Is it possible to make this accumulated value as adtml-var

[Zope] Win32com?

2006-07-25 Thread Garrett DeHoyos
Is there a way to use win32com in Python scripts in Zope? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

Re: [Zope] Win32com?

2006-07-25 Thread David H
Garrett DeHoyos wrote: Is there a way to use win32com in Python scripts in Zope? By using it in External Scripts. If you want to know more be more specific. Like "what do you want to do?". ___ Zope maillist - Zope@zope.org

Re: [Zope] Win32com?

2006-07-25 Thread Garrett DeHoyos
I'm trying to generate an excel file with a Python script. But I found an easier way than using win32com. Thanks anyways. =)Garrett DeHoyosOn 7/25/06, David H [EMAIL PROTECTED] wrote: Garrett DeHoyos wrote: Is there a way to use win32com in Python scripts in Zope? By using it in

Re: [Zope] Re: Accumulate vars with dtml-var expr=...

2006-07-25 Thread Gabriel Genellina
At Tuesday 25/7/2006 20:21, Jesper Steen Steffensen wrote: I have a table with a list of values. To list my values in a dtml method i write dtml-var value inside the appropriate dtml-in tag. In the next column I have the dtml-var sequence-number I want to accumulate my values so the result