On Jun 19, 2006, at 3:31 AM, Alex Greif wrote:

>
> I am using Pylons 0.8 for my application that is packaged with the
> command:
> python setup.py bdist_egg
>
> In former times when I used subversion the egg contained everything
> fine.
> After removing all .svn folders, besause of a switch to bazaar-ng the
> generated egg is not complete. The components and templates folders  
> are
> missing from the egg.
>
> Is there a way to configure which folders are to be added to the egg?
>

This is due to setuptools automatically finding extra, non-python  
data files via subversion (or CVS). There's a couple of ways around  
this issue, described here:

http://peak.telecommunity.com/DevCenter/setuptools#including-data-files

--
Philip Jenvey


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to