Package Organization (was Re: [Zope3-dev] Voting on Schema design)

Guido van Rossum guido@python.org
Mon, 15 Jul 2002 13:30:33 -0400


> There's one technical glitch which might argue against a Zope
> top-level placeholder.  If you ever want to import some Zope.PackageA
> from a different directory than Zope.PackageB you will be stuck
> because Python won't search two directories for a package's contents.

Yes it will, if the package's __init__ adds to its __path__.

--Guido van Rossum (home page: http://www.python.org/~guido/)