Re: [ZWeb] the wikis is evil discussion

2006-10-11 Thread Simon Michael
Thanks Martijn, all. We made some good progress. For clarity, I heard no arguments against me trying the below so right now I have this action and will report any results here asap. (11:01:29) sm: yes, some good progress (11:01:40) sm: increased clarity understanding of next steps anyway

[Zope] Sending XML straight down to a zope

2006-10-11 Thread Peter Bengtsson
I'm trying to send an XML straight into Zope without specifying it as a parameter and with a Content-Length. It seems that Zope's mapply function or whatever it's called digests the raw http body and tries to turn it into parameters? Here's the code on the Zope server (uploadExpenseXML()): def

[Zope] Re: Production Advice

2006-10-11 Thread Maik Ihde
Right now, I'm developing on a WinXP machine, and am considering SuSE 9.1 for my spec, any experiences, good or bad?... YAST2-installed or manually? Regardless of the Distribution I would say that any Linux which is still supported (I doubt that about Suse 9.1, though) is a good choice as long

Re: [Zope] Clarification: uncatalog_object question

2006-10-11 Thread Jonathan
Thanks for the response Chris, but it is about 2 years too late! If you look at the email source you will see my original post was dated from 2004. I have been getting several zope mails from 2004, the mailman must be pooched! Thanks for the effort though! Jonathan - Original Message

[Zope] How can I store session data to db on login/logoff events ?

2006-10-11 Thread Pletli Antal
Hi All! Sorry for my stupid question and my english: I would like store some session data to db when the users log into my zope system and when the session object will be deleted. When the users log into the system the index_html script sets some data to request.SESSION object. I have a script

Re: [Zope] Zope Crashes When Product Breaks

2006-10-11 Thread Jonathan
If you have "debug-mode on" enabled in zope.conf try disabling it. Jonathan - Original Message - From: [EMAIL PROTECTED] To: zope@zope.org Sent: Wednesday, October 11, 2006 10:52 AM Subject: [Zope] Zope Crashes When Product Breaks I am new to using Zope. We

Re: [Zope] Zope Crashes When Product Breaks

2006-10-11 Thread natalie . l . doe
Thanks. I guess I posted to soon. I changed the port it was listening on and it is working now. It still is a puzzle why it won't work on that port. I suspect there is some oracle stuff that might have been trying to share that port but this time around there was no evidence of that so it was not

[Zope] Re: Sending XML straight down to a zope

2006-10-11 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Bengtsson wrote: I'm trying to send an XML straight into Zope without specifying it as a parameter and with a Content-Length. It seems that Zope's mapply function or whatever it's called digests the raw http body and tries to turn it into

[Zope] Zope 2 for Windows

2006-10-11 Thread yary
For the last week or two, only Zope 3 has been available to windows users for download from http://www.zope.org/Products - can the powers that be publish the win32 installers for 2.9.5/2.10.0? ___ Zope maillist - Zope@zope.org

Re: [Zope] How can I store session data to db on login/logoff events ?

2006-10-11 Thread Dieter Maurer
Pletli Antal wrote at 2006-10-11 15:19 +0200: ... How can I retrieve the user SESSION data when the items are created or deleted from the transient object container? The Transient Object Container (that's the session container) has too scripts for this. You configure them in Zope's configuration

Re: [Zope] Zope Crashes When Product Breaks

2006-10-11 Thread Paul Winkler
On Wed, Oct 11, 2006 at 11:22:42AM -0400, [EMAIL PROTECTED] wrote: Thanks. I guess I posted to soon. I changed the port it was listening on and it is working now. It still is a puzzle why it won't work on that port. That often means that you have a zope process lingering that still

Re: [Zope] Zope 2 for Windows

2006-10-11 Thread michael nt milne
The windows builds will be available as soon as someone volunteer to careabout the Windows platform.ignorant thinking. Most businesses use Windows and Zope will suffer unless it is embraced. On 10/11/06, Andreas Jung [EMAIL PROTECTED] wrote: --On 11. Oktober 2006 11:18:42 -0700 yary [EMAIL

Re: [Zope] Zope 2 for Windows

2006-10-11 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11 Oct 2006, at 17:14, michael nt milne wrote: The windows builds will be available as soon as someone volunteer to care about the Windows platform. ignorant thinking. Most businesses use Windows and Zope will suffer unless it is

[Zope] Help create filesystem skin with product

2006-10-11 Thread yary
I'm having a problem which must have been solved many times before- trying to make a product that ships with a skin. I'm new to Zope development, been stumbling for a couple months with it. Ideally, the end user will unpack my product Q into a Products directory. They will be able to add a Q

Re: [Zope] Help create filesystem skin with product

2006-10-11 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11 Oct 2006, at 18:37, yary wrote: I'm having a problem which must have been solved many times before- trying to make a product that ships with a skin. I'm new to Zope development, been stumbling for a couple months with it. Take a look at