[Python-Dev] PEP 382: Namespace Packages (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Fri May 1 20:58:28 CEST 2009


Actually, if you are using only the distutils, you can do this by listing only modules in the addon projects; this is how the ll.* tools are doing it. That only works if the packages are all being installed in the same directory, though, not as eggs.

Right: if all portions install into the same directory, you can have base packages already.

Regards, Martin



More information about the Python-Dev mailing list