[Zope] Re: cannot access POST content in Zope

2007-08-20 Thread Manuel Spuhler
te when I dug into Zope, thank you for your help ) the xml body is not marshalled. Then I got my xml back in request.form['xml'] I'm not a Zope specialist, so it might sound terrible to do it like this. If you have a nice way to code it, I&

Re: [Zope] cannot access POST content in Zope

2007-08-17 Thread Manuel Spuhler
27;) and 'text/xml' in fs.headers['content-type'] and method == 'POST'): # Ye haaa, XML-RPC! This could make my day ;-) Regards Manuel Spuhler -- Martijn Pieters ___

Re: [Zope] cannot access POST content in Zope

2007-08-17 Thread Manuel Spuhler
sorry I mean empty when content-type is 'text/xml' ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http:

Re: [Zope] cannot access POST content in Zope

2007-08-17 Thread Manuel Spuhler
Hi Andreas, thank for your answer No idea where and how you look for the uploaded content. Everything in Zope is available from the REQUEST. And of course you can _not_ upload something to the mutator method of some object. This makes zero sense. You might write your script that takes the

[Zope] cannot access POST content in Zope

2007-08-16 Thread Manuel Spuhler
ing rfc 3023 I have been tracking the frames through tcpdump and the request looks good before zope. I have then parsed the code of Zope to find where I could change this, but I can't figure it out for the moment, and maybe it's something which need to be changed. Could you help me to fix

Re: [Zope] documentation about the ":method"

2007-02-08 Thread Manuel Spuhler
Hello Martin, quoted from http://www.plope.com/Books/2_7Edition/ScriptingZope.stx "action Appends the attribute value to the original form action of the form. This is mostly useful for the case in which you have multiple submit buttons on one form. Each button can be assigned to a script that get

Re: [Zope] documentation about the ":method"

2007-02-07 Thread Manuel Spuhler
't get it. regards M. 2007/2/7, Marco Bizzarri <[EMAIL PROTECTED]>: On 2/7/07, Manuel Spuhler <[EMAIL PROTECTED]> wrote: > Hello, > > I posted this question in the Plone-Users List, but it might be more a > Zope stuff. > > I am looking for some

[Zope] documentation about the ":method"

2007-02-07 Thread Manuel Spuhler
Hello, I posted this question in the Plone-Users List, but it might be more a Zope stuff. I am looking for some documentation about the ":method" used in some forms, for instance name="discussion_reply:method", but can't find anything. Thanks for any

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-14 Thread manuel spuhler
Hello David, sorry, I meant you before, but hey, hello too Dieter ;-) I think I broke the thread, sorry for reposting: I finally manage to install and run Zope 2.8.6 on Mac Intel after installing the Universal package of python 2.4.3 for os x (http://www.python.org/download/releases/2.4.3/). Th

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-14 Thread manuel spuhler
lack some features, so you might be right with conflicting > > Python version. Under Unbutu, I used to compile Zope with python-devel > > package installed, but can't find it for os x. I'm going to try a few > > more python distro, like darwinport or macpython to see if

[Zope] Re: zope 2.8.6 on Mac Intel: Resolved

2006-04-14 Thread manuel spuhler
Hello David, sorry, I meant you before, but hey, hello too Dieter ;-) I finally manage to install and run Zope 2.8.6 on Mac Intel after installing the Universal package of python 2.4.3 for os x (http://www.python.org/download/releases/2.4.3/). Then I did the usual unix stuff: $./configure --wit

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-14 Thread manuel spuhler
package installed, but can't find it for os x. I'm going to try a few more python distro, like darwinport or macpython to see if it works. Manuel 2006/4/14, David H <[EMAIL PROTECTED]>: > Dieter Maurer wrote: > manuel spuhler wrote at 2006-4-12 21:40 +0200: > > >

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-12 Thread manuel spuhler
Hello, I re-installed Tiger on my Mac from scratch, and tried to compile Zope (with python from Fink). Hopefully, everything went fine this time. Then I succeeded to instanciate Zope. And I started Zope, and it failed, bouhouhou. As I am totally new in Python/C I don't know what the error means

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-22 Thread manuel spuhler
Zope/Plone binary installer from http://plone.org/products/plone runs perfectly on Mac Intel !;-) ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread manuel spuhler
on osx i would suggest using darwinports anywayTried with darwinports compiled form source (best on mac intel), and got the same error. $ ./configure --with-python=/opt/local/bin/python2.3 && make... error: package directory 'build/lib/darwin-8/5/2-i386-2/4/zope/app/traversing/ftests' does not exi

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread manuel spuhler
you need zlib support compiled into python, this is only done, if thezlib header files are found at configure time do you have it?I have zlib included at configure timeĀ  ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** N

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-19 Thread manuel spuhler
Hello, Thank you for your hints. I successfully compiled python2.3.5 for OS 10.4, as described in Florent Guillaume's blog, but when I try to compile Zope, I get the same error: $ ./configure --prefix=/opt/Zope2.8 --with-python=/usr/local/bin/python2.3 Using Python interpreter at /usr/local/bin/

[Zope] Re: zope 2.8.6 on Mac Intel

2006-03-18 Thread manuel spuhler
I did not yet installed expat, so I ignore it at start. I don't think it's the problem, for I tried with python from fink, expat installed and got the same error. Here is the traceback $ ./configure --prefix=/opt/Zope2.8 --ignore-expat Configuring Zope installation Testing for an acceptable Py

[Zope] zope 2.8.6 on Mac Intel

2006-03-18 Thread manuel spuhler
Hi, does anyone know how-to compile Zope 2.8.6 on a OS X system with an Intel processor? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mail