Re: [Zope] newbie dtml-in question objectValues

2006-01-10 Thread David H
Alric Aneron wrote:  Hello, I am trying to find how to get the relative path of an object.  If i do:    URLPATH0 does not give me the relative path of the objects interated, but rather the path of the object doing the iterating (my method). I want the path of every DTML Document the lo

[Zope] newbie dtml-in question objectValues

2006-01-10 Thread Alric Aneron
 Hello, I am trying to find how to get the relative path of an object.  If i do:   URLPATH0 does not give me the relative path of the objects interated, but rather the path of the object doing the iterating (my method). I want the path of every DTML Document the loop encounters.  absolute_url

Re: [Zope] CPU architecture and Zope

2006-01-10 Thread Alec Mitchell
On 1/9/06, Andreas Jung <[EMAIL PROTECTED]> wrote: > > > --On 9. Januar 2006 21:38:15 -0800 David H <[EMAIL PROTECTED]> wrote: > > > Hi list, > > > > Im just wondering what the wisdom is about Zope performance and various > > CPU types. I'm running Zope on Linux (Ubuntu). I notice that Dell is > >

Re: [Zope] CPU architecture and Zope

2006-01-10 Thread Andreas Jung
--On 10. Januar 2006 22:56:17 -0500 Jeff Donsbach <[EMAIL PROTECTED]> wrote: On 1/10/06, Andreas Jung <[EMAIL PROTECTED]> wrote: A single Python process also a multi-threaded Python application can never run on multiple CPUs. I believe that is an overly broad statement, not necessarily

Re: [Zope] CPU architecture and Zope

2006-01-10 Thread Jeff Donsbach
On 1/10/06, Andreas Jung <[EMAIL PROTECTED]> wrote: > > > A single Python process also a multi-threaded Python application can never > run on multiple CPUs. I believe that is an overly broad statement, not necessarily true in all cases. It really depends on the operating system's thread library th

Re: [Zope] Applying updates to zope site

2006-01-10 Thread Gabriel Genellina
At Monday 9/1/2006 12:15, Brian Sullivan wrote: I am involved in maintaining a remote Zope site that is behind a firewall where I have no remote access. I have a (parallel) site that I use to test changes and upgrades that is accessible to me. I am a looking for a straightforward way to packag

Re: [Zope] Precondition on images saved in a localfs folder

2006-01-10 Thread Jonathan
if i upload an image in the ZOBD as a file i have the precondition if i do the same in the localfs folder no. Do you know why? It seems LocalFs will always recognise the file uploaded as an image... Zope will set the uploaded file type unless you do it explicity before you save the object: eg

[Zope] Precondition on images saved in a localfs folder

2006-01-10 Thread Bruno Grampa
Hello, if i upload an image in the ZOBD as a file i have the precondition if i do the same in the localfs folder no. Do you know why? It seems LocalFs will always recognise the file uploaded as an image... Thanks, Bruno ___ Zope maillist - Zope

[Zope] No more CR/LF support in PythonScripts with Zope 2.9.0

2006-01-10 Thread Patrick DECAT
Hi all, I just upgraded my application from Zope 2.8.5 to Zope 2.9.0 and noticed that PythonScript doesn't support CR/LF line endings anymore (a la Windows). Converting my scripts to the Unix format fixes the problem. Is this new behaviour intented ? Regards, Patrick. ___

[Zope] Re: Problem with Zwiki mail-out

2006-01-10 Thread Simon Michael
Thanks Tracy, I'll include that in the next release. If you find more problems consider reporting at http://zwiki.org/IssueTracker as well so we don't miss it. -Simon ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

[Zope] Re: Zope freeze issue

2006-01-10 Thread Florent Guillaume
For this class of problem, DeadlockDebugger should come to the rescue. Florent Gaël Le Mignot wrote: Hello Zope users ! We are deploying a Zope on a customer's server, but we have regular freeze (Zope stop to answer any requests). The Zope is running Plone 2.1 with some custom products.

[Zope] Zope freeze issue

2006-01-10 Thread Gaël Le Mignot
Hello Zope users ! We are deploying a Zope on a customer's server, but we have regular freeze (Zope stop to answer any requests). The Zope is running Plone 2.1 with some custom products. Here are all the informations I gathered on the issue: - Zope version 2.8.4 - Plone version 2.1.1 - Pyt