> >Your class definition needs to have a _q_exports attribute. > >class MyClass: > _q_exports = [] > def _q_index(self, request):... > Thanks -- I should have mentioned that I did try that to no avail. Also, I am not getting any messages to the debug or error logs on this problem even with SECURE_ERRORS set to 0 -- just getting the exception written to the screen using the page exception code in pages.ptl from the demo.