This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Peaker
Recipients Peaker
Date 2008-09-18.18:11:44
SpamBayes Score 6.6932917e-06
Marked as misclassified No
Message-id <1221761506.23.0.180859211428.issue3902@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-18 18:11:46Peakersetrecipients: + Peaker
2008-09-18 18:11:46Peakersetmessageid: <1221761506.23.0.180859211428.issue3902@psf.upfronthosting.co.za>
2008-09-18 18:11:44Peakerlinkissue3902 messages
2008-09-18 18:11:44Peakercreate