Re: [Zope3-Users] Why all of the names of the interfaces in the zope3 are the same 'InterfaceClass'?

2007-12-12 Thread Marius Gedminas
On Wed, Dec 12, 2007 at 02:06:08PM +0800, 曹星明 wrote: I'm a newbie to the zope 3. Today I was at a loss because I found all of the names of the interfaces are the same 'InterfaceClass'. from zope.interface.interface import InterfaceClass from zope.component import interfaces for x in

[Zope3-Users] Re: buildout and egg depedencies

2007-12-12 Thread Martin Aspeli
Hi Jeff, How did it come to be that the Python tools are so bad at this? To be fair, it's a hard problem. In Java land, you have similar problems with JARs in that they frequently have the same filename but different versions and there's no nice way that I know of to manage conflicts. Most

Re: [Zope3-Users] Re: buildout and egg depedencies

2007-12-12 Thread Jeff Shell
On Dec 12, 2007 3:07 PM, Martin Aspeli [EMAIL PROTECTED] wrote: The doc-test is difficult to read and speaks in generics, not about day-to-day problems. The Recipes are even worse, leaving one to clamor through the web to get back to the cheeseshop page and then face the same difficult to