duvo schrieb: > I am making the 20 min wiki, have a project done and database created. > I give the command "tg-admin toolbox" but the page displayed by the > browser > has "CatWalk" and "admi18n" disabled, and a message: > > "Note: Some functions are not available as the toolbox was not started > in a valid TurboGears project directory."
You must start from the directory that has the .egg-info folder in it. Try the following, does that work? tg-admin quickstart foo # press Return 2 times cd foo tg-admin toolbox -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

