[Zope-dev] Zope Tests: 5 OK

2008-01-28 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Jan 27 12:00:00 2008 UTC to Mon Jan 28 12:00:00 2008 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 Jan 27 21:00:03 EST 2008

RE: [Zope-dev] FileUpload and blob on Windows

2008-01-28 Thread Mark Hammond
Hi Leo, I'm not familiar with the Zope side of the world at all, so this may be completely useless... However, if one tries to consume a NamedTemporaryFile and then open its generated blob before closing the tempfile, Windows complains: import ZODB.blob, tempfile f =

RE: [Zope-dev] FileUpload and blob on Windows

2008-01-28 Thread Leonardo Rochael
Hi Mark, Mark Hammond-3 wrote: [...] unless we use some non-portable win32 code to allow writing and reading to the same file simultaneously. I'm not sure exactly what you mean by simultaneously, but assuming you just need the ability to read and write to a file, you already can.

AW: [Zope-dev] FileUpload and blob on Windows

2008-01-28 Thread Roger Ineichen
Hi Betreff: RE: [Zope-dev] FileUpload and blob on Windows Hi Mark, Mark Hammond-3 wrote: [...] unless we use some non-portable win32 code to allow writing and reading to the same file simultaneously. I'm not sure exactly what you mean by simultaneously, but assuming

Re: [Zope-dev] FileUpload and blob on Windows

2008-01-28 Thread Christian Theune
Hi, Leonardo Rochael schrieb: I should've been clearer, I meant reading and writing at the same time from 2 different file handles. NamedTemporaryFile has the added complication of removing the file from under 'blob' when it's closed, so even if I don't try to open the blob after consuming

Re: [Zope] zope 2.9.6 stops servicing requests

2008-01-28 Thread Peter Bengtsson
Look for the DeadlockDebugger and install that and follow the instructions. Hopefully it can help you debug what Zope is doing when it's not responding but still ticking. Perhaps you've got some dead connections to the database that refuse to timeout. Chris Hoy wrote: Hi Several weeks ago I

Re: [Zope] Zope product to rate an aticles

2008-01-28 Thread Andreas Jung
--On 28. Januar 2008 14:57:37 + Kamal Hamzat [EMAIL PROTECTED] wrote: Thanks aj. But I could not find the content ratings Could you please send me the URL if you know it. Google content ratings plone :-) -aj pgpyYzZG5VzBc.pgp Description: PGP signature

[Zope] ZMI in zope 2.10.5 broken

2008-01-28 Thread quizzical
Hi everyone, I'm new to Zope and have just installed Zope2.10.5. I have created a new Zope instance in my home folder and then browsed to my servers ip address at port 8080 and logged into the ZMI. This is the problem, the top and main frames of the ZMI render perfectly and I can navigate to

Re: [Zope] ZMI in zope 2.10.5 broken

2008-01-28 Thread Andreas Jung
--On 28. Januar 2008 07:14:36 -0800 quizzical [EMAIL PROTECTED] wrote: Error Type: NameError Error Value: global name 'util' is not defined Please provide the full traceback - either from the error_log within the ZMI or from messages on your console (requires Zope running in the

Re: [Zope] Zope product to rate an aticles

2008-01-28 Thread Kamal Hamzat
Thanks aj. But I could not find the content ratings Could you please send me the URL if you know it. Regards - Original Message - From: Andreas Jung [EMAIL PROTECTED] To: Kamal Hamzat [EMAIL PROTECTED]; zope@zope.org Sent: Saturday, January 26, 2008 4:41 PM Subject: Re: [Zope] Zope

Re: [Zope] DeadlockDebugger, Ubuntu 2.9.6 Threadframe

2008-01-28 Thread Andreas Jung
--On 28. Januar 2008 16:53:50 + Chris Hoy [EMAIL PROTECTED] wrote: Hi I need to put the DeadlockDebugger on my machine but it requires the python threadframe component. I can get this to compile in this evironment has any body done this? If there is a problem, what is the problem?

[Zope] DeadlockDebugger, Ubuntu 2.9.6 Threadframe

2008-01-28 Thread Chris Hoy
Hi I need to put the DeadlockDebugger on my machine but it requires the python threadframe component. I can get this to compile in this evironment has any body done this? Chris ___ Zope maillist - Zope@zope.org

Re: [Zope] ZMI in zope 2.10.5 broken

2008-01-28 Thread quizzical
Here it is: /home/alex/playground/bin/runzope -X debug-mode=on 2008-01-28 15:53:17 INFO ZServer HTTP server started at Mon Jan 28 15:53:17 2008 Hostname: 0.0.0.0 Port: 8080 2008-01-28 15:53:20 INFO Zope Ready to handle requests 2008-01-28 15:53:20 ERROR Zope.SiteErrorLog

[Zope] Package recommendations (?) for minimal ZCA environment

2008-01-28 Thread sean.upton
All: I figured I would survey this list for recommendations of zope packages that have minimal dependencies -- specifically for non-web, non-ZODB ZCA applications. My criteria for this minimal environment: 1. No ZCML, ZODB, or zope.app.* dependencies. 2. Egg available in cheeseshop; svn is okay

Re: [Zope] Package recommendations (?) for minimal ZCA environment

2008-01-28 Thread Chris McDonough
[EMAIL PROTECTED] wrote: All: I figured I would survey this list for recommendations of zope packages that have minimal dependencies -- specifically for non-web, non-ZODB ZCA applications. My criteria for this minimal environment: 1. No ZCML, ZODB, or zope.app.* dependencies. 2. Egg available