All,
Ok - figure I'm missing something basic. Goal here is to provide my TG app to others in any easy manner - although if someone has an idea on how to obscure the code it would be great...
I believe there is a flag you set that will create a pyc only egg
My problem is that using setup.py I've built my app as an egg. When I install it using easy-install it copies all to sitepackages fine. If I have a c:/myapp web area and put the config files there as well as config directory and run from there all works fine EXCEPT for catwalk.
as far as I know all the config is loaded the same way by all tg internals
Catwalk seems to want all my code in this directory as well.
error message?
Any thoughts- is there a right way to externally deploy this that I'm missing?
well catwalk by default doesn't allows access from an IP diferent then localhost, if this is your problem
you need to pass in those IPs
http://trac.turbogears.org/turbogears/browser/trunk/turbogears/toolbox/catwalk/__init__.py#L99
Thanks,
Brandon
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
- [TurboGears] EasyInstall Question on TG app deployment brandon
- [TurboGears] Re: EasyInstall Question on TG app de... Jorge Vargas
- [TurboGears] Re: EasyInstall Question on TG ap... Brandon Goldfedder
- [TurboGears] Re: EasyInstall Question on T... Matt Good
- [TurboGears] Re: EasyInstall Question on T... Jorge Vargas
- [TurboGears] Re: EasyInstall Question ... Brandon Goldfedder
- [TurboGears] Re: EasyInstall Ques... Jorge Vargas

