Armin Ronacher <[EMAIL PROTECTED]> wrote: > I like the python import system but it's limited at some point. Imagine you > have > a large application with a plugin system and you want plugins to appear below > `applicationname.plugins` (Me and the pocoo team encountered that issue some > time ago when working on the pocoo component architecture). [snip]
There have already been discussions on package placement, import semantics, etc., discussed here. From setuptools .egg, to sqlite databases with versioning, etc. Read that discussion before continuing with your suggestions here, you aren't saying anything new. - Josiah _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
