Due to a lack of experience and/or knowledge I'm struggling with my script at the moment. I have a nice class which has a dictionary output, like this:
... pages = dict([(etc. etc.)]) return render.index(pages) At the moment, the output is parsed to the index page. My wish is to redirect the output to another page, so I can browse to it with the internet browser. I had a working solution, using sessions. But, I want to put the project on Google App Engine and I want to avoid using sessions because of bad experiences (Google App Engine -> sessions). My real question is: How can I use the output of a class in another class ? I hope you can help .... Mark -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
