[Zope3-dev] Re: Re: Post-Sprint Doc-Team report (fwd)
Barry A. Warsaw
barry@zope.com
Sat, 21 Dec 2002 17:52:49 -0500
>>>>> "FLDJ" == Fred L Drake, Jr <fred@zope.com> writes:
FLDJ> Neither of these avoids the "Zope the app server" v. "Zope
FLDJ> the Community/Company" confusion. The "zope" name should
FLDJ> refer specifically to the app server since that's the
FLDJ> historical association.
Another option is to put all "Zope the app server" stuff in src/zope,
and all the other potentially-reusable-outside-of-zope stuff in
packages/whatever (e.g. packages/zodb, packages/tal, etc.). Ok, so
Zope3 would have to arrange to have both src *and* packages on
sys.path, but if you're doing one, what's two extra path components?
I was going to suggest that "packages" be spelled lib/python to make
it easy to distutils install other 3rd party packages into there
without having to install them in site-packages, but that's another
argument I'm sure I'll lose. ;)
-Barry