[Zope-dev] AW: SVN: zope.app.container/trunk/CHANGES.txt Added release note

2008-07-09 Thread Roger Ineichen
Hi Philipp Betreff: Re: SVN: zope.app.container/trunk/CHANGES.txt Added release note [...] I think this it can be released now. The fix you applied was needed either way, if I'm correct. GroupFolder's __init__ was not calling its own super's __init__ but the super __init__ of

[Zope-dev] Zope Tests: 5 OK

2008-07-09 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Jul 8 11:00:00 2008 UTC to Wed Jul 9 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Tue Jul 8 21:09:04 EDT 2008 URL:

[Zope-dev] Dangerous shutdown procedure behaviour

2008-07-09 Thread Vincent Pelletier
Hi. I think I discovered a dangerous code behaviour at zope shutdown. I've had a strange problem on a site where persistent objects are created from data inserted in an SQL table. Upon object creation, SQL table is updated to mark the line as imported. Such import got triggered just before a

[Zope-dev] zope.testing releases on PyPI

2008-07-09 Thread Andreas Jung
Hi, the zope.testing releases on PyPI are apparently a bit weird. - zope.testing 3.5.1 has been the latest released version on PyPI last week - I created V 3.5.2 on Sunday. Phillip granted me access to the zope.testing package on PyPI in order to upload 3.5.2 (which worked) - I created V

[Zope-dev] transaction.doom() and ZPublisher

2008-07-09 Thread Paul Winkler
Hi, I noticed that Zope 2.11 includes a recent version of the transaction module including the transaction.doom() method. But I don't see any check for it in ZPublisher. So, if any code calls transaction.doom(), the publisher will raise a user-visible exception when it tries to call commit().

Re: [Zope] getting post data from a webcam

2008-07-09 Thread Tino Wildenhain
William Heymann wrote: I am trying to integrate a webcamera with a site and I can get it to POST the data to a certain url on the server the problem is I can't figure out how to get access to the data. It is not in REQUEST.form the relevant request vars are ('CONTENT_LENGTH', '111695')

Re: [Zope] getting post data from a webcam

2008-07-09 Thread William Heymann
On Wednesday 09 July 2008, Tino Wildenhain wrote: William Heymann wrote: I am trying to integrate a webcamera with a site and I can get it to POST the data to a certain url on the server the problem is I can't figure out how to get access to the data. It is not in REQUEST.form the

Re: [Zope] getting post data from a webcam

2008-07-09 Thread Jonathan
- Original Message - From: William Heymann [EMAIL PROTECTED] To: zope@zope.org Sent: Wednesday, July 09, 2008 6:42 AM Subject: Re: [Zope] getting post data from a webcam On Wednesday 09 July 2008, Tino Wildenhain wrote: William Heymann wrote: I am trying to integrate a webcamera

Re: [Zope] getting post data from a webcam

2008-07-09 Thread William Heymann
On Wednesday 09 July 2008, Jonathan wrote: You need to provide more details... try dumping the contents of REQUEST and posting them as was suggested earlier. I did post all the relevant fields from the REQUEST here are all of the them in REQUEST.items() [('ACTUAL_URL',

Re: [Zope] Best policy to assign policy to assign ids to objects inside BTreeFolder2

2008-07-09 Thread Sascha Welter
(Mon, Jul 07, 2008 at 02:52:57PM +0200) Marco Bizzarri wrote/schrieb/egrapse: I need to create a number of objects inside a BTreeFolder2 container. I would like to minimize the chances of conflicts, so I'm exploring possibilities to assign ids; up to now I've found the following: -

Re: [Zope] getting post data from a webcam

2008-07-09 Thread Jonathan
- Original Message - From: William Heymann [EMAIL PROTECTED] To: zope@zope.org Sent: Wednesday, July 09, 2008 7:23 AM Subject: Re: [Zope] getting post data from a webcam On Wednesday 09 July 2008, Jonathan wrote: You need to provide more details... try dumping the contents of

Re: [Zope] getting post data from a webcam

2008-07-09 Thread Thomas Bennett
Can you use ftp or webdav, that may be easier, this would take care of mimetypes without having to move to a lower level. It depends on the capabilities of your camera but not knowing the model there is limited help. I had an Axis camera, that ran embedded linux and had a built in python