Poor Man's Zope...

Vincent A. Primavera vincent_a_primavera at netzero.net
Thu May 3 03:57:22 EDT 2001


Hello,
	I figured out the problem...  What was wrong was that I cut and pasted the 
sample from the web site into a text editor which then inserted | | | instead 
of spaces for the indentation of the loop.  It was the .pmz program that had 
the problem all along(which I figured out by cutting the tags out of the 
program...)  But, one question...  Is there any way to use PMZ to interact 
with forms without using CGI directly?

	Thank you,
	Vincent A. Primavera

P.S.	I appreciate the response!

On Wednesday 02 May 2001 22:36, you wrote:
> Please send me for .pmz file and your settings of the PMZ script.
>
> Andreas
> ----- Original Message -----
> From: "Vincent A. Primavera" <vincent_a_primavera at netzero.net>
> To: <python-list at python.org>
> Sent: Wednesday, May 02, 2001 8:06 AM
> Subject: Poor Man's Zope...
>
> > Hello,
> > Trying to install/setup Poor Man's Zope...  I'm encountering the error
>
> below
>
> > when the page is served by Apache and viewed in any browser.  As far as I
>
> can
>
> > see, I have followed the instructions completely.  Any suggestions?
> >
> > Thank you,
> > Vincent A. Primavera
> >
> > Out environment
> >
> >
> > an error occured: exceptions.SyntaxError (invalid syntax)
> >
> > Traceback (innermost last):
> >   File "/usr/local/apache/cgi-bin/pmz.py", line 175, in pmz
> >     _rx.r_exec(f)
> >   File "/usr/lib/python1.5/rexec.py", line 253, in r_exec
> >     exec code in m.__dict__
> >   File "<string>", line 4
> >          print k,v
> >      ^
> >  SyntaxError: invalid syntax
> >
> > --
> > http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list