Ian Wilson schrieb:
Well I was just going to put it into a gentoo startup script. So what is the point of installing start-project or start-project.py in a /usr/bin if you have to run it in a directory containing prod.cfg ?
No, you got that wrong. start-project.py looks for (in that order) 1. a cfg (full path) file provided on the command line 2. if "setup.py" exists in the current directory: "dev.cfg" in the current directory 3. else: "prod.cfg" in the current directory Putting the script in the egg as per the recipe you used, does not change that. 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 -~----------~----~----~----~------~----~------~--~---

