On 4/17/07, lokki <[EMAIL PROTECTED]> wrote: > > I have posted again about how could i package and distribute a > turbogears app, and have been informed about workingenv.py > > i have done those steps: > > 1) python workingenv.py MyEnv > To set up the enviroment > > 2)source MyEnv/bin/activate > To set up the enviroment variable so that it will look firstly on > the enviroment > > 3)MyEnv/bin/easy_install myapp.egg easy_install myapp.egg will do that is one of the things activate does. > To set up the application(without having installed TurboGears) > (it seems that i cannot find FormEncode when installing from > easy_install and exits with > Reading http://cheeseshop.python.org/pypi/FormEncode/0.7.1 > No local packages or download links found for FormEncode==0.5.1 > error: Could not find suitable distribution for > Requirement.parse('FormEncode==0.5.1') (--always-copy skips system and > development eggs) So i install it 'manualy' with easy_install > FormEncode > ) is this happening on non-working env projects too? did you add that requirement or it's tgs? > > > 4)MyEnv/bin/start-myapp.py what alberto said
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

