Any idea why am i getting this error????
Installed under apache2 and mod python.
http://docs.turbogears.org/1.0/mod_python
Mod_python error: "PythonFixupHandler foo_modpython"
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
287, in HandlerDispatch
log=debug)
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
464, in import_module
module = imp.load_module(mname, f, p, d)
File "/usr/lib/python2.4/site-packages/foo_modpython.py", line 8, in ?
turbogears.update_config(configfile="/var/www/eggs/prod.cfg")
File "/var/lib/python-support/python2.4/turbogears/config.py", line
206, in update_config
configdict = config_obj(configfile, modulename).dict()
File "/var/lib/python-support/python2.4/configobj.py", line 561, in dict
this_entry = this_entry.dict()
File "/var/lib/python-support/python2.4/configobj.py", line 559, in dict
this_entry = self[entry]
File "/var/lib/python-support/python2.4/configobj.py", line 377, in
__getitem__
return self._interpolate(val)
File "/var/lib/python-support/python2.4/configobj.py", line 345, in
_interpolate
value = self._KEYCRE.sub(self._interpolation_replace, value)
File "/var/lib/python-support/python2.4/configobj.py", line 370, in
_interpolation_replace
raise MissingInterpolationOption(s)
MissingInterpolationOption: missing option "current_dir_uri" in interpolation.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---