[Zope] Re: losing random session data

2007-03-18 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej Wisniowski wrote: >> my data ends up looking like this: >> >> order [{}, {}, {'foo': '1', 'bar': 'a'}, {}, {'foo': '2', 'bar': 'b'}, >> {'foo': '6', 'bar': 'z'}, {'foo': '1', 'bar': 'a'}] > What is wrong here? I mean what output is expected? >

Re: [Zope] losing random session data

2007-03-18 Thread Maciej Wisniowski
> my data ends up looking like this: > > order [{}, {}, {'foo': '1', 'bar': 'a'}, {}, {'foo': '2', 'bar': 'b'}, > {'foo': '6', 'bar': 'z'}, {'foo': '1', 'bar': 'a'}] What is wrong here? I mean what output is expected? > I've seen http://mail.zope.org/pipermail/zope-dev/2006-July/027890.html > an

Re: [Zope] losing random session data

2007-03-18 Thread Andreas Jung
--On 18. März 2007 16:22:29 -0400 Norbert Marrale <[EMAIL PROTECTED]> wrote: In Zope 2.7.5-final, python 2.3.5, freebsd6 with Transient Object Container settings: Data timeout: 20 Timeout resolution: 20 Maximum subobjects: 1000 Zope 2.7 is completely outdated and unsupported. Consider upg

[Zope] losing random session data

2007-03-18 Thread Norbert Marrale
In Zope 2.7.5-final, python 2.3.5, freebsd6 with Transient Object Container settings: Data timeout: 20 Timeout resolution: 20 Maximum subobjects: 1000 and a python script that does this: req = context.REQUEST prev_order=(req.SESSION.get('order')) if prev_order == None: order=[] else: order

[Zope] Re: How do people work with html-designers?

2007-03-18 Thread Laurence Rowe
Gaute Amundsen wrote: I have been meaning to ask this for a while.. How do people set up the zope development process and servers to work well with web-designers who use wysiwyg editors like dreamweaver? Take a look at deliverance http://openplans.org/projects/deliverance The other option i

Re: [Zope] Cannot Import Base has_attr...Again!

2007-03-18 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18 Mar 2007, at 16:45, [EMAIL PROTECTED] wrote: --On 17. März 2007 15:16:31 -0400 [EMAIL PROTECTED] wrote: > I had this problem on another server I recently built...and it went away > all by itself! I'm now rebuilding my home server, and it's

Re: [Zope] Cannot Import Base has_attr...Again!

2007-03-18 Thread tonylabarbara
I did that last time and no one addressed the issue, so I came here. Would you care to address the issue? Tony -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; zope@zope.org Sent: Sat, 17 Mar 2007 3:21 PM Subject: Re: [Zope] Cannot Import Base has_attr...Again! --O

Re: [Zope] Cannot Import Base has_attr...Again!

2007-03-18 Thread tonylabarbara
You might not believe this, but sometimes software goes haywire. Before you jump down my throat, realize that unavoidable accidents sometimes do happen. And this is the only time it's happened with me on this list, thank you very much. Tony -Original Message- From: [EMAIL PROTECTED]