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.

