durusmail: quixote-users: Use of _q_index in instance methods
Use of _q_index in instance methods
2004-08-03
2004-08-03
2004-08-05
2004-08-03
2004-08-04
2004-08-04
2004-08-05
2004-08-05
Use of _q_index in instance methods
Steven Zatz
2004-08-03
>
>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.



reply