OligoDan schrieb: > I have a TG project running fine. > > When I try to run 'tg-admin toolbox' in the project directory I get > the following error: > > "configobj.MissingInterpolationOption: missing option > "current_dir_uri" in interpolation." > > I cannot seem to find where the "current_dir_uri" option is defined. > Help from anyone as to what I am missing?
This means that the toolbox command was not able the determine the package name of your application. This can have two reasons: 1) The tg-admin command is run outside the project directory. 2) The *-egg-info/top_level.txt file is not found. Try to run "python setup.py egg_info" and then start the Toolbox again. If you want to see what's happening in the source, look here: http://trac.turbogears.org/browser/branches/1.0/turbogears/config.py#L158 which gets called here: http://trac.turbogears.org/browser/branches/1.0/turbogears/command/base.py#L293 Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

