[Zope] Re: cannot access POST content in Zope

2007-08-20 Thread Manuel Spuhler
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'd love to learn it. At last it works fine for me. Regards Manuel Spuhler www.rsr.ch

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

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

Re: [Zope] cannot access POST content in Zope

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

[Zope] cannot access POST content in Zope

2007-08-16 Thread Manuel Spuhler
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 this please? Best regards Manuel

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

[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 pointers Manuel Spuhler

Re: [Zope] documentation about the :method

2007-02-07 Thread Manuel Spuhler
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 documentation about the :method used in some forms, for instance name=discussion_reply:method, but can't

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

2006-04-15 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/).

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: ... File /opt/Zope2.8/lib/python

[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

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

2006-04-14 Thread manuel spuhler
, Python- dev and Python-whatever is better than a self-compiled Python on OS X. The following document tells you how to do it: http://www.zope.org/Members/jens/docs/Document.2003-12-27.2431/view Self-compiling is not rocket science. jens On 14 Apr 2006, at 22:21, manuel spuhler wrote

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

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 -

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 **

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

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

[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 -

[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