[Zope] error: (10060, 'Operation timed out')

2007-11-12 Thread kamal hamzat
Hi, I am getting this error when using MailHost on my zope set up. I am using Zope 2.10.4-final, python 2.4.4, win32. Thanks for your help. Kamal Traceback (innermost last): Module ZPublisher.Publish, line 119, in publish Module ZPublisher.mapply, line 88, in mapply Module

Re: [Zope] error: (10060, 'Operation timed out')

2007-11-12 Thread Martijn Pieters
On Nov 12, 2007 3:27 PM, kamal hamzat [EMAIL PROTECTED] wrote: I am getting this error when using MailHost on my zope set up. I am using Zope 2.10.4-final, python 2.4.4, win32. Module smtplib, line 310, in connect error: (10060, 'Operation timed out') Verify that you can connect to the SMTP

[Zope] Tutorial Problems

2007-11-12 Thread Xavier Balling
I am a newbie to Zope and am evaluating it for a project but I am having a basic problem getting it to work properly. Any hints or advice would be helpful. I have searched online for similar problems to no avail. I have installed on a windows platform here are the specifics: Zope Version

Re: [Zope-dev] Duplicate directive registration allowed

2007-11-12 Thread Malthe Borch
I agree with your analysis. Could you file a bug report in launchpad? Bug now filed: https://bugs.launchpad.net/zope3/+bug/162166. \malthe ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or

[Zope-dev] Zope Tests: 5 OK

2007-11-12 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Nov 11 13:00:00 2007 UTC to Mon Nov 12 13:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Sun Nov 11 20:52:22 EST 2007

Re: [Zope-dev] why external version indexes don't fulfill all use cases for development

2007-11-12 Thread Martijn Faassen
Hey, On Nov 11, 2007 10:34 PM, Jim Fulton [EMAIL PROTECTED] wrote: On Nov 11, 2007, at 2:06 AM, Martijn Faassen wrote: [snip] This breaks a fundamental assumption for releases. When I release something, I expect it to work tomorrow, next month, and next year. If you want this, then you

Re: [Zope-dev] why external version indexes don't fulfill all use cases for development

2007-11-12 Thread Martijn Faassen
Hey, On Nov 12, 2007 12:02 AM, Stephan Richter [EMAIL PROTECTED] wrote: [snip] Like Linux distributions, there will be a KGS for every Zope 3 release. I have already requested a new directory called zope-dev where new feature releases can be tested. Okay, I didn't understand that KGS is

[Zope-dev] Trying to summarize the requirements for the package version story

2007-11-12 Thread Lennart Regebro
I'm trying to get my head around the package versioning requirements. It seems to me that we have the following requirements: 1. We need to be able to in a buildout say I want to use Zope version 3.4, thanks, and the buildout should then download the latest versions of the relevant Zope packages

Re: [Zope-dev] why external version indexes don't fulfill all use cases for development

2007-11-12 Thread Jim Fulton
On Nov 11, 2007, at 6:34 PM, Stephan Richter wrote: On Sunday 11 November 2007, Jim Fulton wrote: This breaks a fundamental assumption for releases. When I release something, I expect it to work tomorrow, next month, and next year. If you want this, then you can't rely on the KGS. When

Re: [Zope-dev] why external version indexes don't fulfill all use cases for development

2007-11-12 Thread Stephan Richter
On Monday 12 November 2007, Jim Fulton wrote: I thus propose that all packages in svn.zope.org should use a KGS   for testing, because it is a fully public dependency graph. I am not sure   whether it should be the latest stable KGS or the development KGS or whatever.   Time will

[Zope-dev] Re: Hivurt code hosting

2007-11-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Winkler wrote: On Sun, Nov 11, 2007 at 06:37:22PM -0500, Stephan Richter wrote: Yes, everyone has to sign a contributor agreement, but you do not have to become a Zope Foundation member. I had the impression, from the recent ZF IRC chat,

[Zope-dev] Re: Hivurt code hosting

2007-11-12 Thread Paul Winkler
On Mon, Nov 12, 2007 at 12:19:20PM -0500, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Winkler wrote: On Sun, Nov 11, 2007 at 06:37:22PM -0500, Stephan Richter wrote: Yes, everyone has to sign a contributor agreement, but you do not have to become a Zope

Re: [Zope-dev] Re: Hivurt code hosting

2007-11-12 Thread Stephan Richter
On Monday 12 November 2007, Paul Winkler wrote: I probably still have commit access from the pre-ZF days, but the employer information I submitted has changed several times since then. Now that I've started working for a more enlightened employer, I would like to start checking in bugfixes

Re: [Zope-dev] why external version indexes don't fulfill all use cases for development

2007-11-12 Thread Chris Withers
Stephan Richter wrote: The easiest way to do this is to add the following line to the buildout section of the package's `buildout.cfg` file: index = http://download.zope.org/zope3.4 (I know you know that Jim; it is for the benefit of people reading this mail. ;-) I've been trying to follow

Re: [Zope-dev] Re: Hivurt code hosting

2007-11-12 Thread Jim Fulton
On Nov 12, 2007, at 2:00 PM, Paul Winkler wrote: On Mon, Nov 12, 2007 at 12:19:20PM -0500, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Winkler wrote: On Sun, Nov 11, 2007 at 06:37:22PM -0500, Stephan Richter wrote: Yes, everyone has to sign a contributor agreement,

[Zope-dev] Re: why external version indexes don't fulfill all use cases for development

2007-11-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: Stephan Richter wrote: The easiest way to do this is to add the following line to the buildout section of the package's `buildout.cfg` file: index = http://download.zope.org/zope3.4 (I know you know that Jim; it is for the

[Zope-PAS] eggified PAS

2007-11-12 Thread Wichert Akkerman
I noticed that Tres eggified PluggableAuthService. Unfortunately the old location still exists and changes where made there. Is there any reason not to merge those into products.PluggableAuthService and remove trunk and the 1.5 branch at the old location? Wichert. -- Wichert Akkerman [EMAIL

[Zope-DB] Seeking help with Accessing Zope from PostgreSQL

2007-11-12 Thread Ken Winter
I'm trying to implement the scheme for Accessing Zope from PostgreSQL that is described in http://zope.org/Members/pupq/zope_in_pg. I'm trying to implement it in a Plone installation in a WinXP environment (Plone 2.5.2, Zope 2.9.6, Python 2.4.3, win32, PostgreSQL 8.1.10). I have changed the