On 6/5/07, aaaron <[EMAIL PROTECTED]> wrote: > I ran into the same problem... > > > Make sure there's a file called "paster_plugins.txt" inside your > > egg_info directory with, at least, the following lines: > > After re-creating paster_plugins.txt, what is recommended?: (a) adding > the entire egg_info dir into source control... or (b) just adding > paster_plugins.txt?
Use "paster create --template=pylons myproject" to create a new project. Use that as a starting point for deciding what belongs in source control. Running "python setup.py develop" adds more stuff to the egg_info directory, I believe, and I don't think that extra stuff belongs in source control. That's my take on things at least. Best Regards, -jj -- http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
