On 2/10/06, Simon Belak <[EMAIL PROTECTED]> wrote:
>
> Trace-back should be unobscured in more recent versions (ironically this
> was fixed in r664 ;)).
Wonderful! Meaningful tracebacks!!!
File
"/usr/local/lib/python2.4/TurboGears-0.9a0dev_r743-py2.4.egg/turbogears/database.py",
line 193, in run_with_transaction
retval = func(*args, **kw)
File
"/usr/local/lib/python2.4/TurboGears-0.9a0dev_r743-py2.4.egg/turbogears/controllers.py",
line 217, in _execute_func
output = errorhandling.try_call(func, self, *args, **kw)
File
"/usr/local/lib/python2.4/TurboGears-0.9a0dev_r743-py2.4.egg/turbogears/errorhandling.py",
line 61, in try_call
output = func(self, *args, **kw)
File "/home/mso/svn/hazweb/Cameo-Search-Demo/cameosd/controllers.py",
line 45, in browse
select = Select([Chemical.q.id, Name.q.name], where=where,
NameError: global name 'Select' is not defined
Hooray, hooray, hooray. Now, about those local variables....
--
Mike Orr <[EMAIL PROTECTED]>
([EMAIL PROTECTED] address is semi-reliable)