Re: [Zope] Changing Properties With ZPT

2005-08-10 Thread Andreas Jung
--On 9. August 2005 21:37:11 -0400 Dyyryath [EMAIL PROTECTED] wrote: I'm trying to figure out how I can change the properties of a template with ZPT. For example, let's say I've got a Page Template with a property called 'name' and I want to change it in response to something in the HTTP

[Zope] Re: Need to find RSS product

2005-08-10 Thread jodok batlogg
Leticia Larrosa wrote: Hi all: Any recommendation for a RSS product. Indeed what i want is a client to obtain information from a RSS server and present this in a page. try CMFSin jodok Thanks in advanced !!! ___ Zope maillist -

[Zope] howto i18n?

2005-08-10 Thread Vlada Macek
Hi, for now I use the Zope 2.7.5 tarball. I write freelance (not bound in a product) page template and wish it to be i18n'ed. I have appropriate tags inside and the domain set at the top. There is also Plone with its products in that instance. Where should I put the PO files, so the messages can

[Zope] how add LocalFS products into zope 2.7.0

2005-08-10 Thread praba kar
Dear All, If any one using zope 2.7.0 kindly let me know how to add LocalFS into zope. When I try to add this LocalFS into zope instance directory having products directory. I have received lot of errors regards Prabahar

[Zope] Re: localhost:8080 not found on windows

2005-08-10 Thread michael nt milne
Thanks for the help here. I'm calling in a support engineer to try and get it up and running. Firewall, router issues involved. Strange though that localhost doesn't work. Because that wouldn't go through the firewall/router. I've also noticed that something shuts down pythonservice.exe program

Re: [Zope] how add LocalFS products into zope 2.7.0

2005-08-10 Thread Andreas Jung
--On 10. August 2005 13:27:14 +0100 praba kar [EMAIL PROTECTED] wrote: Dear All, If any one using zope 2.7.0 kindly let me know how to add LocalFS into zope. When I try to add this LocalFS into zope instance directory having products directory. I have received lot of errors There

[Zope] Streaming files

2005-08-10 Thread Sinang, Danny
Dear List, Am a newbie so please bear with me. I need Zope to stream files to my users when they click on a link. Exactly how is this done ? Is it by the use of the Request.Write () method ? If so, canyou give me sample code and some reference links ? Thanks. Danny

Re: [Zope] Streaming files

2005-08-10 Thread Andreas Jung
--On 10. August 2005 21:40:43 +0800 Sinang, Danny [EMAIL PROTECTED] wrote: Dear List, Am a newbie so please bear with me. I need Zope to stream files to my users when they click on a link. What means streaming for you? REQUEST.RESPONSE.write(data) write the passed data as part of the

[Zope] Re: howto i18n?

2005-08-10 Thread Josef Meile
Hi Vlada, for now I use the Zope 2.7.5 tarball. I write freelance (not bound in a product) page template and wish it to be i18n'ed. I have appropriate tags inside and the domain set at the top. There is also Plone with its products in that instance. Where should I put the PO files, so the

Re: [Zope] Re: localhost:8080 not found on windows

2005-08-10 Thread Philip Kilner
Hi Michael, michael nt milne wrote: Thanks for the help here. I'm calling in a support engineer to try and get it up and running. Firewall, router issues involved. Strange though that localhost doesn't work. Because that wouldn't go through the firewall/router. I despise ISA Server with a

Re: [Zope] fsrecover.py won't pack

2005-08-10 Thread Andy Altepeter
Hi Tim, Thank you for your response. fsrefs.py raised the same error I reported earlier about unpickling. I ended up: 1) Creating a new instance_home using zope-2.5.0-final 2) using zopectl debug connected to the bad database, I exported all my objects. For folders that couldn't be exported,

Re: [Zope] Changing Properties With ZPT

2005-08-10 Thread Dyyryath
Thanks for the reply, Andreas. Actually, I probably didn't properly explain my question. I do realize that the template is an object and that all I need to do is access the template's API to modify it's properties (though, I admit I'm a newbie here). My problem is that the only way I can find

Re: [Zope] Re: localhost:8080 not found on windows

2005-08-10 Thread michael nt milne
Hi I've even tried using the machine's local IP but that doesn't work in the same way that localhost doesn't. I've installed Apache now as well so as to route requests through that to Zope. I'm going to be using the same IP address that the webmail exchange service uses. It uses mail.sbcscot.com

[Zope] Zope service being shut down automatically on Windows

2005-08-10 Thread michael nt milne
Does anyone have experience of their Zope/Plone instance being closed down mysteriously on windows XP or other windows platforms. A microsoft demon? I keep having to re-start it. Michael ___ Zope maillist - Zope@zope.org

Re: [Zope] Changing Properties With ZPT

2005-08-10 Thread Sascha Ottolski
Am Mittwoch, 10. August 2005 16:31 schrieb Dyyryath: An example is probably in order. Take the following code: div tal:content=template/titleTITLE HERE/div div tal:content=python:context.titleTITLE HERE/div why not using the same name in the python expression? :-) div tal:content=python:

Re: [Zope] Re: localhost:8080 not found on windows

2005-08-10 Thread Philip Kilner
Hi Michael, michael nt milne wrote: I've even tried using the machine's local IP but that doesn't work in the same way that localhost doesn't. I've installed Apache now as well so as to route requests through that to Zope. I'm going to be using the same IP address that the webmail exchange

[Zope] Database Connections

2005-08-10 Thread Asad Habib
Has anyone had problems with Zope hanging on to database connections? I am using MySQL with Zope and when I last checked there were 25 connections (both active and sleeping connections included). I only have 5 Zope database objects so I don't know how so many connections were created. Any help

[Zope] BTree Folders questions

2005-08-10 Thread David Pratt
How many objects should one have in a single folder to consider using BTree Folder over the regular Folder? Does it make sense to use a BTree folder for 100 - 500 objects or should it be reserved for situations where there are say 1000 + objects or more. Are there any benefits to be gained at

Re: [Zope] Database Connections

2005-08-10 Thread Chris McDonough
There is probably a (real) RDB connection per Zope thread times the number of database connection objects that are in use in your ZODB. Or something equally baffling. ;-) - C On Wed, 2005-08-10 at 16:41 -0400, Asad Habib wrote: Has anyone had problems with Zope hanging on to database

[Zope] funny-looking events in the event.log

2005-08-10 Thread Jim Abramson
Just found these in the event log of a relatively low-traffic Zope 2.7.4 instance. Does this just seem like a local network connectivity issue or should I be concerned? (If yes, any advice where to begin diagnosing this kind of a report?) Thanks, Jim 2005-06-08T11:32:55 ERROR(200) ZServer

Re: [Zope] funny-looking events in the event.log

2005-08-10 Thread Chris McDonough
This typically is indicative of a user pressing their stop button on a page before it has been fully downloaded. I really should take time out to figure out how to prevent it from logging this scary message, but in the meantime it's assumed to be harmless. - C On Wed, 2005-08-10 at 17:38

Re: [Zope] ZDatabaseTool - does this still exist?

2005-08-10 Thread Dieter Maurer
michael nt milne wrote at 2005-8-8 17:49 +0100: ... Are there any other database manager tools for the ZODB? To do what? There is a Database Manager in the Control_Panel -- but (of course), the ZODB is very easy to manage. That's why the Manager is so simple... -- Dieter

Re: [Zope] howto i18n?

2005-08-10 Thread Dieter Maurer
Vlada Macek wrote at 2005-8-10 12:58 +0200: for now I use the Zope 2.7.5 tarball. I write freelance (not bound in a product) page template and wish it to be i18n'ed. I have appropriate tags inside and the domain set at the top. There is also Plone with its products in that instance. Where should

Re: [Zope] bad ZCatalog behavior

2005-08-10 Thread Dieter Maurer
Andy Altepeter wrote at 2005-8-8 08:15 -0500: There seems to be a problem with my ZCatalog, and it seems to be getting worse as time goes by. ... Module ZODB.Connection, line 562, in setstate Module ZODB.Connection, line 601, in _set_ghost_state AttributeError: 'str' object has no attribute

Re: [Zope] REStructuredText and Title

2005-08-10 Thread Dieter Maurer
Justin Fletcher wrote at 2005-8-7 13:47 -0500: I am adding ReStructuredText documents through the ZMI and I noticed that I am unable to set the 'Title' attribute. Am I missing something? You miss that you must provide complete problem reports: What does unable to set 'Title' attribute mean?

Re: [Zope] ZODB BTrees File Storage error on start up

2005-08-10 Thread Dieter Maurer
David Pratt wrote at 2005-8-8 11:11 -0300: I just began receiving this error this morning in one of my event logs on start up. It looks serious. 2005-08-08T08:49:26 WARNING ZODB.FileStorage Failed to load database index: exceptions.AttributeError: type object 'BTrees._fsBTree.fsBTree' has no

Re: [Zope] BTree Folders questions

2005-08-10 Thread Jens Vagelpohl
On 10 Aug 2005, at 21:57, David Pratt wrote: How many objects should one have in a single folder to consider using BTree Folder over the regular Folder? Does it make sense to use a BTree folder for 100 - 500 objects or should it be reserved for situations where there are say 1000 +

Re: [Zope] BTree Folders questions

2005-08-10 Thread David Pratt
Hi Jens. Thank you for your advice. I am planning on contents of folders to be no more than 2000 items maximum and using CMFBTreeFolders for larger folders consistent with your recommendations. I am using CMF 1.5.2 and Zope 2.8.0 - will upgrading again this week to 1.5.3 and 2.8.1 I

Re: [Zope] ZODB BTrees File Storage error on start up

2005-08-10 Thread David Pratt
Hi Dieter. It is rather strange for sure. The warning has appeared over the past couple of days. First day I removed what I thought might be a bad CMFBTree folder since it was last thing I remember working with from previous night to do with BTrees. Then it appeared again - first restart of

[Zope] [ANN] Zope 2.8.1 final released

2005-08-10 Thread Andreas Jung
Hi all, on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.8.1. You can download Zope 2.8.1 from http://www.zope.org/Products/Zope/2.8.1/ Some new features of Zope 2.8: - ZODB 3.4 with MVCC (multi version concurrency control)

[Zope-Annce] ZODB 3.4.1 final released

2005-08-10 Thread Tim Peters
I'm pleased to announce the release of ZODB 3.4.1 final. This corresponds to the ZODB that will ship in Zope 2.8.1. You can download a source tarball or Windows installer from: http://zope.org/Products/ZODB3.4 Note that there are two Windows installers, for Python 2.3 (2.3.5 is

[Zope-Coders] Zope tests: 8 OK

2005-08-10 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Tue Aug 9 11:01:02 2005 UTC to Wed Aug 10 11:01:02 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Tue Aug 9 23:24:12 EDT

[Zope-dev] Is there a Zope 2.7.8 planned?

2005-08-10 Thread Paul Winkler
Hiya, I'm looking at the two patches that were uploaded for http://www.zope.org/Collectors/Zope/1810 which is assigned to me... BUT: 1) Have we reached the end of the 2.7 line? Do I need to apply this to the 2.7 branch? Or can I just put this on the trunk and 2.8 branches and leave it at that?

Re: [Zope-dev] Is there a Zope 2.7.8 planned?

2005-08-10 Thread Paul Winkler
CRAP. On second thought, I may not be able to do anything about this at all. I am temporarily stuck using a win2000 box with cygwin, an environment in which I'm hardly an expert, and: - I can't get a working python 2.3 installed, it refuses to build the socket module, which is apparently a

Re: [Zope-dev] Is there a Zope 2.7.8 planned?

2005-08-10 Thread Tim Peters
[Paul Winkler] I'm looking at the two patches that were uploaded for http://www.zope.org/Collectors/Zope/1810 which is assigned to me... BUT: 1) Have we reached the end of the 2.7 line? I expect that's Andreas's call now. I still plug away adding patches to the ZODB 3.2 line (which is

Re: [Zope-dev] Is there a Zope 2.7.8 planned?

2005-08-10 Thread Andreas Jung
--On 10. August 2005 08:54:59 -0500 Paul Winkler [EMAIL PROTECTED] wrote: Hiya, I'm looking at the two patches that were uploaded for http://www.zope.org/Collectors/Zope/1810 which is assigned to me... BUT: 1) Have we reached the end of the 2.7 line? Do I need to apply this to the 2.7

Re: [Zope-dev] Catalog and Unicode

2005-08-10 Thread Dieter Maurer
Florent Guillaume wrote at 2005-8-9 17:18 +0200: We're seeing problems in one application here due to the catalog and interactions with Unicode. Here's what happens: - an object is indexed with a Unicode title, so in the catalog the metadata tuple has for instance (u'cafe',) - later that

Re: [Zope-PAS] Re: auth fallback with cookies

2005-08-10 Thread Sidnei da Silva
On Wed, Aug 10, 2005 at 11:59:34AM -0400, Tres Seaver wrote: | Sidnei da Silva wrote: | On Sun, Aug 07, 2005 at 03:49:36PM -0700, Kapil Thangavelu wrote: | | make the cookie auth plugin push form credentials into the the request | | as basic auth headers ala cookie crumbler. | | I've tried