New submission from Eyal Lotem <[EMAIL PROTECTED]>: When using either the ext_package keyword argument to setup, or when using the "pkg.name" module name notation to Extension instances, distutils installs the compiled extensions into the appropriate package directory.
However, distutils does not create an __init__.py file in that directory, so it is not actually a package and is not importable. ---------- components: Distutils messages: 73393 nosy: Peaker severity: normal status: open title: distutils does not correctly create packages for compiled extensions type: behavior versions: Python 2.5 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3902> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com