Hi All, How can a webpy class get access to the main thread variables?
i.e. In this example, the webpy index.GET function always gets the initial value of foo list. http://pastebin.com/s6VKFGQx Is there any way to fetch the global objects of the main thread (data/ functions) from index.GET? Thanks, Shauvik -- 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.
