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-05
>return MyInstance
>
>in your _init_ file?
>

In turned out that this all worked once I followed Andrew's instruction to
set
FIX_TRAILING_SLASH = 1 in the configuration file.  Seems obvious once it's
pointed out that there is a setting called FIX_TRAILING_SLASH.  What I don't
really understand is why Quixote can find functions in the current namespace
that don't have a trailing slash in the URL but can't find in the current
namespace a non-callable instance's _q_index method unless there is a
trailing slash in the URL.



reply