> *sigh* I don't know what changed, but I will again try to narrow down which
> specific SVN change caused the problem. Time for some more coffee...
It works on SVN 1076, fails on 1081 with a slightly different traceback:
Traceback (most recent call last):
File "/usr/bin/tg-admin", line 7, in ?
sys.exit(
File
"/usr/lib/python2.4/site-packages/setuptools-0.6a11-py2.4.egg/pkg_resources.py",
line 236, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File
"/usr/lib/python2.4/site-packages/setuptools-0.6a11-py2.4.egg/pkg_resources.py",
line 2097, in load_entry_point
return ep.load()
File
"/usr/lib/python2.4/site-packages/setuptools-0.6a11-py2.4.egg/pkg_resources.py",
line 1830, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/home/mbevan/Projects/turbogears/turbogears/__init__.py", line 4, in ?
from turbogears.controllers import expose, flash, validate, redirect, \
File "/home/mbevan/Projects/turbogears/turbogears/controllers.py", line 16,
in ?
from turbogears.validators import Invalid
File "/home/mbevan/Projects/turbogears/turbogears/validators.py", line 109,
in ?
class FieldStorageUploadConverter(validators.FancyValidator):
NameError: name 'validators' is not defined
SVN 1087 is where the error becomes the more familiar "No database
configuration found!". It also happens to be where FastData was removed from
the core and where validators.FancyValidator is replaced with FancyValidator,
thus correcting the first error.
Error is introduced in 1081, but is masked by a bug solved in 1087.
I'll hand-apply the differences block by block to see exactly what breaks it.
- Matthew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---