[Zope-Annce] Zope 3 Boot Camp and Sprint registration open

2007-01-18 Thread Chris Calloway
The Triangle (NC) Zope and Python Users Group invites you to register for Camp 5 and the BBQ Sprint: http://trizpug.org/boot-camp/camp5/ This is a Zope 3 boot camp followed by a Plone 3 sprint. The boot camp is taught by Philipp von Weitershausen, author of Web Component Development with

[Zope-dev] synonym for getMultiAdapter

2007-01-18 Thread Chris Withers
Hi All, I'd love to see: IWhatever(multi=(obj1,obj2,obj3)) ...as a sysnonym for getMultiAdapter((obj1,obj2,obj3),IWhatever) What do people feel about this? cheers, Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

[Zope-dev] Zope Tests: 7 OK

2007-01-18 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Jan 17 12:00:00 2007 UTC to Thu Jan 18 12:00:00 2007 UTC. There were 7 messages: 7 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.6 Python-2.1.3 : Linux From: Zope Unit Tests Date: Wed Jan 17 21:08:37 EST 2007

[Zope-dev] Re: ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Martijn Faassen wrote: Hey, Just some feedback in case you haven't gotten this already: I have problem running bin/buildout as it seems to fail getting workingenv.py from the cheeseshop: zc.buildout.easy_install: Getting new distribution for workingenv.py=0.3 Page at

[Zope-dev] small catalog cleanup

2007-01-18 Thread yuppie
Hi! Just want to make sure I'm not missing something: 1. IPluggableIndex -- Products.PluginIndexes.interfaces.IPluggableIndex has this method: def _apply_index(request, cid=''): Apply the index to query parameters given in 'request'. [...] Some

[Zope-dev] Re: ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Martin Aspeli wrote: I just emailed Hanno a few questions, but I thought I'd post them here as well for further discussion: - Is it so that I should check out ploneout, run boostrap.py, then ../bin/buildout.sh for each project? Or can I somehow use the same checkout of ploneout for

[Zope-dev] Re: [Plone-developers] ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Sidnei da Silva
On 1/18/07, Martijn Faassen [EMAIL PROTECTED] wrote: snip Considering installation of Products we're in new territory anyway - they're not eggs, after all. I see in the result of ploneout that they get symlinked into the Products directory - will that work on Windows? snip * we can say

[Zope-dev] Re: [Plone-developers] ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Martijn Faassen
Sidnei da Silva wrote: On 1/18/07, Martijn Faassen [EMAIL PROTECTED] wrote: snip Considering installation of Products we're in new territory anyway - they're not eggs, after all. I see in the result of ploneout that they get symlinked into the Products directory - will that work on Windows?

[Zope-dev] Re: [Plone-developers] ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Martijn Faassen wrote: Sidnei da Silva wrote: On 1/18/07, Martijn Faassen [EMAIL PROTECTED] wrote: snip Considering installation of Products we're in new territory anyway - they're not eggs, after all. I see in the result of ploneout that they get symlinked into the Products directory - will

[Zope] Re: Zope hangs and Python eats all memory

2007-01-18 Thread Nico Grubert
Have you tried to enable the trace logger in the zope.conf file? Look for the stanza beginning with logger trace. You need to have your server in debug-mode. This will produce a trace.log file that can be analyzed with requestprofiler.py. This will give you the offending requests that caused

[Zope] Zope pretends to receive and send XMLRPC data, but strace sees nothing !

2007-01-18 Thread yacine chaouche
Hi, I have an ajax application that is composed by : 1) An ajax client which is a web page with a button that calls a zope object's method, say toutCompter. 2) An ajax server (zope), with a zope object that has the method toutCompter (all zope object methods are XMLRPC callable right ?). I use

Re: [Zope] Zope pretends to receive and send XMLRPC data, but strace sees nothing !

2007-01-18 Thread Patrick Gerken
On 1/18/07, yacine chaouche [EMAIL PROTECTED] wrote: Hi, I have an ajax application that is composed by : 1) An ajax client which is a web page with a button that calls a zope object's method, say toutCompter. 2) An ajax server (zope), with a zope object that has the method toutCompter (all

Re: [Zope] Zope pretends to receive and send XMLRPC data, but strace sees nothing !

2007-01-18 Thread Andreas Jung
--On 18. Januar 2007 16:40:02 +0100 Patrick Gerken [EMAIL PROTECTED] w instead of strace try tcpdump, much more helpful: tcpdump -i INTERFACE -s 0 -A HOST HOST AND PORT PORT should show the reality tcpflow is much nicer and show the HTTP traffic in a decoded way. -aj pgpfmEdLXZhWz.pgp

[Zope] Zope 3 Boot Camp and Sprint registration open

2007-01-18 Thread Chris Calloway
The Triangle (NC) Zope and Python Users Group invites you to register for Camp 5 and the BBQ Sprint: http://trizpug.org/boot-camp/camp5/ This is a Zope 3 boot camp followed by a Plone 3 sprint. The boot camp is taught by Philipp von Weitershausen, author of Web Component Development with Zope 3.

RE: [Zope] Giving access to error_log.showEntry to non-Manager users

2007-01-18 Thread martin.gfeller
Stuff that starts with 'manage_' always requires the Manager role. It seems that this is declared in App.Management.Navigation as: security.declareProtected(view_management_screens, 'manage_page_header') However, I found a way around: Using the call error_log/getLogEntryById instead of the

Re: [Zope] Zope pretends to receive and send XMLRPC data, but strace sees nothing ! (fwd)

2007-01-18 Thread Andreas Jung
Please keep the discussion on the list and don't try to address helpdesk requests to individuals. -aj Forwarded Message Date: 18. Januar 2007 19:05:28 +0100 From: yacine chaouche [EMAIL PROTECTED] To: Andreas Jung [EMAIL PROTECTED] Subject: Re: [Zope] Zope pretends to

Re: [Zope] FW: Problem Starting Zope after Installation

2007-01-18 Thread Jonathan
What version of python are you running? (you need 2.3.4 or better) Jonathan - Original Message - From: Ken Winter To: Zope List Sent: Thursday, January 18, 2007 2:40 PM Subject: [Zope] FW: Problem Starting Zope after Installation Hi Zope ~ I just installed Zope

Re: [Zope] FW: Problem Starting Zope after Installation

2007-01-18 Thread rawsystems
your datetime directory should be named DateTime... Case matters. hth bobb - Original Message - From: Ken Winter To: Zope List Sent: Thursday, January 18, 2007 2:40 PM Subject: [Zope] FW: Problem Starting Zope after Installation Hi Zope ~ I just installed Zope

RE: [Zope] FW: Problem Starting Zope after Installation

2007-01-18 Thread Ken Winter
I searched my C: drive for everything with datetime (any case) in the title. The only relevant datetime (any case) *folder* is C:\Program Files\Zope-2.8.8-final\lib\python\DateTime\, and it is correctly cased. There are lots of *files* with datetime (various cases) in their names, e.g.

Re: [Zope] FW: Problem Starting Zope after Installation

2007-01-18 Thread rawsystems
I wonder why it was not cased in the output in your first message. This is strange. Which batch file do you start it with? can you post it here? Which version of python are you using? (just for giggles) Bobb PS: If you're early in the installation... which you are it looks like you may want

Re: [Zope] Zope pretends to receive and send XMLRPC data, but strace sees nothing ! (fwd)

2007-01-18 Thread Gabriel Genellina
At Thursday 18/1/2007 16:30, Andreas Jung wrote: zope trace to the console ip: 10.75.49.155 requests counting of lines 1 to 11 ip: 10.75.49.51 requests counting of lines 1 to 11 sending results to 10.75.49.155 sending results to 10.75.49.51 ip: 10.75.49.51 requests counting of lines 1 to 11

Re: [Zope-DB] How lunch SQL request from python script ?

2007-01-18 Thread Charlie Clark
Am 18.01.2007, 11:52 Uhr, schrieb CERETTO Thierry [EMAIL PROTECTED]: select distinct c.id_risque, c.libelle_risque, c.id_fiche, c.id_portee, c.url_info from (mots a join amotrisque b on a.id_mot = b.id_mot ) join risques c on b.id_risque = c.id_risque where a.mot_MAJ like

Re: [Zope-DB]found reason: sql query works in database connector but not in ZSQL method

2007-01-18 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi there, I think I found the reason, for my problems with stored procedures. it seems that on can not call a stored MySQL 5.0x procedure from zope that returns a data set. when I call the body of the stored procedure everything works fine. what I

Re: [Zope-DB]found reason: sql query works in database connector but not in ZSQL method

2007-01-18 Thread Charlie Clark
Am 18.01.2007, 17:58 Uhr, schrieb robert rottermann [EMAIL PROTECTED]: I think I found the reason, for my problems with stored procedures. it seems that on can not call a stored MySQL 5.0x procedure from zope that returns a data set. If you use the mxODBC Zope DA callproc() method then you