On Fri, Feb 18, 2011 at 10:54 AM, Christophe de Vienne <[email protected]>wrote:
> > > On 18 fév, 01:40, Kevin Horn <[email protected]> wrote: > > I tried installing the new TGWebServices alpha (v2.0) today, and got > back: > > > > ImportError: No module named finddata > > > > This seems to indicate that the dependencies aren't quite right in the > > package on PyPI. Or something else isn't right. Am I missing something? > > > > I'm not really sure where this finddata module comes from. > > I will get rid of this asap. Could you file an issue so I don't > forget ? Thanks a lot. > Will do. > > Also, the built eggs on PyPI include a bunch of .pyc files, which they > > probably shouldn't. > > eggs are somehow binary files, I think they should contain the .pyc > files. > There is even an option to include only them and not .py files. Or may > be I misunderstood what you mean. > > > Christophe Maybe you're right. I don't really think of eggs that way, but I suppose many people do, and if they install them zipped up, they'll need to have the .pyc files in the archive or bytecode will never be cached for anything. I tend to think of eggs as a zip file, which I tend to extract everything from as soon as I get it. Obviously not everyone does this. So yeah, I suppose it's fine the way it is. It just seemed odd to me. Kevin Horn -- 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.

