yuhl wrote: >>> Now the question is, how can I tell my tg project to use this egg >>> (myegg_version0.7), since I'm thinking to have multiple version of it. >>> Where and how should I specify use: myegg version 0.7 > Found ! > you have to modify <project_name>/controllers.py and add: > import pkg_resources
Additionally and alternatively you should add your module depedency to your project's setup.py file. For more info, see here: http://docs.turbogears.org/1.0/DeployWithAnEgg#how-to-make-your-project-s-egg-require-additional-packages 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 -~----------~----~----~----~------~----~------~--~---

