And also i must show you that 'page' values are calculated by:

# detect how 'index.html' is called and validate variables 'htmlpage' & 'page'
if page and os.path.isfile( '/home/nikos/www/cgi-bin/' + page ):
        page = page
elif form.getvalue('show') and os.path.isfile( htmlpage ):
        page = htmlpage.replace( '/home/nikos/public_html/', '' )
else:
        page = 'index.html'


so in all cases theya re string.

i just dont see whats worng....
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to