I copied an old start script from a 0.9a4 project and edited the project name and the server starts.
Here is a diff of the two: 17,18c17,18 < turbogears.update_config(configfile=sys.argv[1], < modulename="review.config.app") --- > turbogears.update_config(configfile=sys.argv[1], > modulename="review.config") 20,21c20,21 < turbogears.update_config(configfile="dev.cfg", < modulename="review.config.app") --- > turbogears.update_config(configfile="dev.cfg", > modulename="review.config") 24c24 < modulename="review.config.app") --- > modulename="review.config") 28,29c28 < cherrypy.root = Root() < cherrypy.server.start() --- > turbogears.start_server(Root()) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

