Re: [Zope-dev] Re: Event Timer Service for Zope 2.8

2005-07-24 Thread Chris McDonough
On Sun, 2005-07-24 at 11:51 +1000, Dylan Jay wrote: Chris McDonough wrote: On Fri, 2005-07-22 at 13:11 +0200, Florent Guillaume wrote: Dylan Jay [EMAIL PROTECTED] wrote: Tres Seaver wrote: Myself I'm for having ClockServer in the core, if Chris and others agree. It's fine

Re: [Zope-dev] Re: [ZODB-Dev] Reloading product in 2.8

2005-07-24 Thread Dieter Maurer
Shane Hathaway wrote at 2005-7-18 16:46 -0600: ... 3. If you want to refresh a product that registers itself with another product, you have to set up dependencies like in step #2. When you want to refresh, you have to refresh the product that contains the registry, not your own product.

[Zope-dev] Reg Zope service starting problem

2005-07-24 Thread praba kar
Dear All, I try to install Zope 2.7.0 in my machine. This version is installed successfully but after the installation I try to run zope service using runzope command. But I got below error. I am using gobolinux and Python 2.3.3 for this zope version. I try to install some other zope

Re: [Zope] how do I check if an object have being recently updated??

2005-07-24 Thread Tino Wildenhain
Am Samstag, den 23.07.2005, 19:17 -0700 schrieb Allen Huang: I want to post a update date that will change when any of the objects in a folder has been updated. So far, I only know the command bobobase_modification_time, but it only works again the object I I enter the command with.. This

[Zope] Follow-up to aq_parent(aq_inner(self))-question

2005-07-24 Thread Jan-Ole Esleben
Hi! How can I get the product's path while instantiating it? Shouldn't this information exist somewhere? aq_parent(aq_inner(self)) returns None, which isn't totally unexpected since __init__ isn't strictly a Zope method and thus doesn't necessarily have a Zope method's context. (I need, from the

Re: [Zope] Follow-up to aq_parent(aq_inner(self))-question

2005-07-24 Thread Andreas Jung
--On 24. Juli 2005 15:27:32 +0200 Jan-Ole Esleben [EMAIL PROTECTED] wrote: Hi! How can I get the product's path while instantiating it? Shouldn't this information exist somewhere? aq_parent(aq_inner(self)) returns None, which isn't totally unexpected since __init__ isn't strictly a Zope

Re: [Zope] FW: Problem downloading large files

2005-07-24 Thread Chris Withers
Laurikainen, Tuukka wrote: We're having some problems downloading large files from Zope/Plone running on win32, through an SSL connection. Uploads seem work ok. Then stop being dense and just use Apache as an https proxy. Works a treat, unlike ZServerSSL, which feels like a horrible hack to

Re: [Zope] Re: ZTUtils.Iterator value in ZPT

2005-07-24 Thread Chris Withers
David Pratt wrote: Ah, I see what you're after, something akin to an SQL sequence, right? Well, Iterator ain't that ;-) I guess something like that but that is what an iterator does. Why makes you think ZTUtils Iterators were designed for this? Well, by hand is not the solution either.

Re: [Zope] Re: ZTUtils.Iterator value in ZPT

2005-07-24 Thread David Pratt
Hi Chris. I believe the purpose of ZTUtils are utility functions for page templating. That said, the Iterator class could be more useful by exposing its values based on its state - the point I had made. Versatility is the beautiful thing about python - it rarely matters to me what intention

[Zope] getting atachments with python - pop3

2005-07-24 Thread Jonathan Salazar Santos
Hi, im making a email client in python for zope, but a im stopped because i cant find the way to get the attacments with python, do you have a idea how can i do this?, i have studied the email package already but is a little confused. -- Lic. Jonathan Salazar Visita: www.jonathansalazar.com

[Zope] getting atachments with python - pop3

2005-07-24 Thread Jonathan Salazar Santos
Hi, im making a email client in python for zope, but a im stopped because i cant find the way to get the attacments with python, do you have a idea how can i do this?, i have studied the email package already but is a little confused. -- Lic. Jonathan Salazar Visita: www.jonathansalazar.com

[Zope] Re: getting atachments with python - pop3

2005-07-24 Thread Peter Bengtsson
Study the source code of the IssueTrackerProduct (www.issuetrackerproduct.com) http://cvs.sourceforge.net/viewcvs.py/issuetracker/IssueTrackerProduct/IssueTracker.py?rev=1.268view=auto because it uses poplib to download and deal with attachments. On 7/25/05, Jonathan Salazar Santos [EMAIL

[Zope] Re: Getting a methods parent (in a product)

2005-07-24 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jens Vagelpohl wrote: On 23 Jul 2005, at 16:12, Peter Bengtsson wrote: from Acquisition import aq_inner, aq_parent parent = aq_parent(aq_inner(self)) This will return the true container the instance is set in, not just the acquisition

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-24 Thread Dieter Maurer
Asad Habib wrote at 2005-7-22 09:19 -0400: If it helps, the last lines in the traceback are as follows: Module DocumentTemplate.DT_String, line 474, in __call__ Module Products.MailHost.SendMailTag, line 116, in render Module Products.MailHost.MailHost, line 125, in send Module

Re: [Zope] Re: Zope Foundation Update

2005-07-24 Thread Dieter Maurer
Andreas Jung wrote at 2005-7-21 08:29 +0200: ... ZEA silently registering the Zope logo ... If it wasn't a secret I am sure that ZC would know about the secret. This reminds me a discussion between two business students: They planned how to make money with little effort. Their business

[Zope] Reg Zope service starting problem

2005-07-24 Thread praba kar
Dear All, I try to install Zope 2.7.0 in my machine. This version is installed successfully but after the installation I try to run zope service using runzope command. But I got below error. I am using gobolinux and Python 2.3.3 for this zope version. I try to install some other zope