At 04:00 PM 3/29/2006 -0600, [EMAIL PROTECTED] wrote:
>Is it not possible to distribute an empty db package which is then populated
>with various database eggs (or other similar installation things)?

I don't think I understand your question.

If you are asking whether it's possible to have Java-like "namespace 
packages" in Python, the answer is yes.  The stdlib module "pkgutil" 
supports this for regular filesystem packages, and the "pkg_resources" 
module in setuptools extends this support to zipfiles and eggs.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to