Diez B. Roggisch schrieb: > Yo'av Moshe schrieb: >> 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?
I just committed revision 6975 into SVN which copies finddata.py into the TurboFeeds distribution and fixes this issue. Get it with: svn co http://svn.turbogears.org/projects/TurboFeeds/trunk TurboFeeds Or just do: mkdir eggcache easy_install -zmaxd eggcache \ http://svn.turbogears.org/projects/TurboFeeds/trunk TurboKid to download TF and all it's dependencies and build eggs and place them in the 'eggcache' directory. 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.

