I'm not sure I understand what's "bootstrap install" is, but why is it a chicken-egg problem? TurboGears doesn't depend on TurboFeeds, does it?
Thing is that I'm trying to create a pip bundle of all the requirements my TG application has, and it fails because TurboFeeds.... Is there any way around it? Thank you! Yo'av On 8 דצמבר, 10:45, Christopher Arndt <[email protected]> wrote: > Yo'av Moshe schrieb: > > > File "/Users/yoavmoshe/Projects/test/testenv/build/TurboFeeds/ > > setup.py", line 5, in <module> > > > from turbogears.finddata import find_package_data > > > ImportError: No module named turbogears.finddata > > The TurboFeeds setup.py file requires that you have Turbogears 1.x > installed already because it uses the > turbogears.finddata.find_package_data function. > > It is a known wart with TurboGears packages that you can not boostrap > install them without installing TG first, because you have a chicken-egg > problem. I should propably copy this function into the setup.py file to > solve this. > > Chris -- 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.

