I'm guessing here, but try running 'setup.py dev' to add the package to the sys.path (i'm assuming youre testing this on a dev machine). Normally when you deploy with an .egg the packages is automatically added to the sys.path.
We have deployed turbogears as service using the same script without any problems. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

