[New-bugs-announce] [issue3902] distutils does not correctly create packages for compiled extensions

Eyal Lotem report at bugs.python.org
Thu Sep 18 20:11:46 CEST 2008


New submission from Eyal Lotem <eyal.lotem+py at gmail.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue3902>
_______________________________________


More information about the New-bugs-announce mailing list