On 11/1/06, venkatbo <[EMAIL PROTECTED]> wrote: > > > Adam Jones wrote: > > If the extra .py files are in your application they should be included > > by default. > > > > So, if they are included in the same directory as, say, start-myapp.py, > they will get compiled and pkgd as part of myapp-egg ? > no that's not how setuptools works. the base dir of any setuptools package should contain a setup.py file and a dir which is a python package (read it has a __init__.py) everything inside that package (and it's subpackages) will be discovered by setuptools
> If not, should they be placed elsewhere ? > you may want to take a quick read over http://peak.telecommunity.com/DevCenter/setuptools so you will undestand what setuptools does for you and what it doesn't > Thanks, > /venkat > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

