[Zope-Coders] Zope tests: 6 OK

2005-05-03 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Mon May 2 11:01:02 2005 UTC to Tue May 3 11:01:02 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Mon May 2 22:40:15 EDT

Re: [Zope] Menus (was no subject)

2005-05-03 Thread Jaroslav Lukesh
Dne steda, 23. nora 2005 16:40 Jonathan Hobbs [EMAIL PROTECTED] napsal(a): - Original Message - From: cla [EMAIL PROTECTED] Hi would like to know how to put multiple dynamic drop down boxes in zope using dtml or python scripts(if possible) scheme: box1: box2 -- box3

[Zope] [ANN] TextIndexNG 3.0 beta 1 released

2005-05-03 Thread Andreas Jung
I am pleased to announce the release of TextIndexNG V 3 beta 1. TextIndexNG V 3 is a complete new implementation based on Zope 3 technologies and can be used both in Zope 2.8 or 2.7 (with Five) or in Zope 3. What's new? - multi-field indexing and query support - multi-lingual support -

[Zope] applicable standards in zope

2005-05-03 Thread Natalia Beatriz Bidart
Hi, I'm making an study about different Python Web Framework and I need to know if there are any applicable standards in zope. If yes, which ones? Thanks a lot. Natalia. PD: I found this in http://mail.python.org/pipermail/xml-sig/1999-October/001537.html Anyway, as for Zope (since I'm one of

[Zope] Problem with AdManager

2005-05-03 Thread David
Hi Setup is: Zope 2.7.5, Python 2.3.5 (UNIX/gcc 2.95) (No ZEO, no CMF, no Plone!) We are trying to use the AdManager ZClass, a great product doing exactly what we needed. Testing this on the developer's machine, we had no problems. But having now done a small scale stress testing (requesting

[Zope] ZODB.POSException.ReadConflictError

2005-05-03 Thread egroup
I'm getting a ZODB.POSException.ReadConflictError on my Plone 2.0.5 site (Zope 2.7.3, Python 2.3.4 on Mac OS X Server 10.3.9). It happens most frequently when members try to register on my site (about 10% of the time), but occasionally happens when other pages are accessed (no pattern).

Re: [Zope] ZODB.POSException.ReadConflictError

2005-05-03 Thread Chris McDonough
This is actually normal. See the end of http://www.plope.com/Books/2_7Edition/Sessions.stx (Conflict Errors) for a short explanation. On Tue, 2005-05-03 at 08:00 -0700, [EMAIL PROTECTED] wrote: I'm getting a ZODB.POSException.ReadConflictError on my Plone 2.0.5 site (Zope 2.7.3, Python 2.3.4

Re: [Zope] Problem with AdManager

2005-05-03 Thread Jake
How are calling the ads, as I don't think you need these two calls in a normal ad display. URL: /advert_chooser/manage_main URL: /site/advertisements/show_banner/manage_main Also: Try turning off count views and maybe count clicks and see if it does the same thing. It might be that Zope can't

Re: [Zope] ZODB.POSException.ReadConflictError

2005-05-03 Thread Tim Peters
[Chris McDonough] This is actually normal. See the end of http://www.plope.com/Books/2_7Edition/Sessions.stx (Conflict Errors) for a short explanation. Conflict errors are certainly normal, but IIUC the OP is seeing site errors, not just log msgs. The text referenced also says: The

Re: [Zope] ZODB.POSException.ReadConflictError

2005-05-03 Thread Chris McDonough
On Tue, 2005-05-03 at 11:58 -0400, Tim Peters wrote: [Chris McDonough] This is actually normal. See the end of http://www.plope.com/Books/2_7Edition/Sessions.stx (Conflict Errors) for a short explanation. Conflict errors are certainly normal, but IIUC the OP is seeing site errors, not

Re: [Zope] ZODB.POSException.ReadConflictError

2005-05-03 Thread Tim Peters
... [Tim Peters] Conflict errors are certainly normal, but IIUC the OP is seeing site errors, not just log msgs ... [Chris McDonough] This is true. I misunderstood the OP inasmuch as I thought he was seeing the error message in his event log, which would be normal It is certainly the

Re: [Zope] ZODB.POSException.ReadConflictError

2005-05-03 Thread egroup
Chris, Thank you for that reference (I have an older dead trees version). Now I understand that these errors happen, but what I don't understand is why my users see them (The requests which experience conflict errors will be retried automatically by Zope, and the end user should *never* see

Re: [Zope] ZODB.POSException.ReadConflictError

2005-05-03 Thread egroup
I have recently upgraded the server (see previous message about my current box) and that definitely has had a positive effect. I've also been tweaking the caches, to get the most out of what I have. The instances of these errors rearing their ugly heads are definitely down, but 10% error rate

Re: [Zope] ZODB.POSException.ReadConflictError

2005-05-03 Thread Chris McDonough
On Tue, 2005-05-03 at 09:18 -0700, [EMAIL PROTECTED] wrote: I cc'ed Tim Peters on this, perhaps to his chagrin, but he seemed to be interested in this. ;-) Thank you for that reference (I have an older dead trees version). Now I understand that these errors happen, but what I don't understand

[Zope] Sending mail with attachments via Python

2005-05-03 Thread Kirk Strauser
I'm currently trying to replace a bit of DTML with a Python script. Here's what I currently have: dtml-sendmail mailhost=outboundserver To: dtml-var recipientemail From: dtml-var senderemail Subject: dtml-var subject dtml-mime type=text/plain encode=7bit Attention dtml-var recipientname: This

Re: [Zope] Sending mail with attachments via Python

2005-05-03 Thread J Cameron Cooper
Kirk Strauser wrote: I'm currently trying to replace a bit of DTML with a Python script. Here's what I currently have: dtml-sendmail mailhost=outboundserver To: dtml-var recipientemail From: dtml-var senderemail Subject: dtml-var subject dtml-mime type=text/plain encode=7bit Attention dtml-var

Re: [Zope] Sending mail with attachments via Python

2005-05-03 Thread Kirk Strauser
On Tuesday 03 May 2005 15:30, J Cameron Cooper wrote: Look at the Python 'email' package: http://python.org/doc/lib/module-email.html You'll need to use External Methods to use this module, or allow access to it so that you can use Python Scripts. That's what I was afraid of. I love Zope

[Zope] ZEO and session variables.

2005-05-03 Thread Dennis Allison
I am just setting up a multi-headed distributed system with several Zope heads all communications with a ZEO backend. The zopes can be on the same machine or on different machines connected through a high speed backbone. In our system, all zopes are frontended with pound.

Re: [Zope] Sending mail with attachments via Python

2005-05-03 Thread J Cameron Cooper
Kirk Strauser wrote: On Tuesday 03 May 2005 15:30, J Cameron Cooper wrote: Look at the Python 'email' package: http://python.org/doc/lib/module-email.html You'll need to use External Methods to use this module, or allow access to it so that you can use Python Scripts. That's what I was afraid of.

Re: [Zope] Sending mail with attachments via Python

2005-05-03 Thread Kirk Strauser
On Tuesday 03 May 2005 16:09, J Cameron Cooper wrote: So you have it in DTML and want to re-write in Python but you don't want to do it in Python? No. I have it in DTML and want to re-write it in Python without involving External Methods or other hackery. Then why change it? It works,

[Zope] Re: ZEO and session variables.

2005-05-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis Allison wrote: I am just setting up a multi-headed distributed system with several Zope heads all communications with a ZEO backend. The zopes can be on the same machine or on different machines connected through a high speed backbone.

Re: [Zope] Sending mail with attachments via Python

2005-05-03 Thread J Cameron Cooper
Kirk Strauser wrote: On Tuesday 03 May 2005 16:09, J Cameron Cooper wrote: So you have it in DTML and want to re-write in Python but you don't want to do it in Python? What's wrong with External Methods? It takes all of about 5 seconds more than a TTW Python script. They're a necessary

Re: [Zope] Re: ZEO and session variables.

2005-05-03 Thread Paul Winkler
On Tue, May 03, 2005 at 05:14:56PM -0400, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis Allison wrote: I am just setting up a multi-headed distributed system with several Zope heads all communications with a ZEO backend. The zopes can be on the same machine or

Re: [Zope] Sending mail with attachments via Python

2005-05-03 Thread David H
Kirk Strauser wrote: On Tuesday 03 May 2005 15:30, J Cameron Cooper wrote: Look at the Python 'email' package: http://python.org/doc/lib/module-email.html You'll need to use External Methods to use this module, or allow access to it so that you can use Python Scripts.

Re: [Zope] Re: ZEO and session variables.

2005-05-03 Thread Dennis Allison
Hi Paul, Thank you. And, yes, I saw Chris' posting, but I don't think that's the right solution for us. A fast shared session variable store seems to me to be a better way to go and a whole lot more fail safe. On Tue, 3 May 2005, Paul Winkler wrote: On Tue, May 03, 2005 at 05:14:56PM -0400,

[Zope] Zope 2.75 tgz distribution

2005-05-03 Thread hpinson
Er... is something missing from the Zope 2.7.6 tgz on zope.org? http://www.zope.org/Products/Zope/2.7.6/Zope-2.7.6-final.tgz Can someone else confirm that there might be a wee problem? Harlow Pinson Indepth Learning Email: [EMAIL PROTECTED] Web: http://www.indepthl.com Voice: 505-994-2135 FAX:

[Zope] Re: Zope 2.75 tgz distribution

2005-05-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: Er... is something missing from the Zope 2.7.6 tgz on zope.org? http://www.zope.org/Products/Zope/2.7.6/Zope-2.7.6-final.tgz Can someone else confirm that there might be a wee problem? Looks fine from here (Firefox

Re: [Zope] Re: Zope 2.75 tgz distribution

2005-05-03 Thread Dennis Allison
I've built a working 2.7.6 which, while not fully tested, seems to be fine. What symptoms have you encountered. On Tue, 3 May 2005, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: Er... is something missing from the Zope 2.7.6 tgz on zope.org?

[Zope] Re: Zope 2.75 tgz distribution

2005-05-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: Hi Tres. Try gunzipping and untarring the tarball at the path I sent. Not sure what the problem is, but I've had two people complain that significant files are missing from the tarball, and that was my take as well,