On Sat, May 1, 2010 at 14:41, Manlio Perillo <[email protected]> wrote: > I have a package named A, with a subpackage B, and I want to create a > namespace package A.B.C.
You can't, afaik, not easily at least. You can however make a package that monkeypatches in C into A.B. But that's not really namespace packages. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
