19 Jul
2000
19 Jul
'00
8:51 a.m.
You're running your server in debug mode. Turn debug mode off and you
won't see them anymore. If you're using ZServer you need to edit start and take out the -D option.
Ok good, so here --> #! /bin/sh reldir=`dirname $0` PYTHONHOME=`cd $reldir; pwd` export PYTHONHOME exec /usr/local/bin/python \ $PYTHONHOME/z2.py \ -D "$@" by this ? ---> #! /bin/sh reldir=`dirname $0` PYTHONHOME=`cd $reldir; pwd` export PYTHONHOME exec /usr/local/bin/python \ $PYTHONHOME/z2.py \ "$@" I did it, and you still can see the sentences --> http://www.atomasoft.com/asdf.asfd