Éric Araujo <mer...@netwok.org> added the comment:

Thanks for the report.  To the best of my knowledge, distutils never generates 
Python files, and the docs for ext_modules or ext_package don’t imply 
__init__.py will be generated.  IOW, for “pkg.foo”, you’re supposed to have 
pkg/__init__.py and pkg/foo.c.

I think this bug is invalid, or is a request for a small doc improvement.  Do 
you agree?

----------
assignee: tarek -> eric.araujo
nosy: +eric.araujo -terry.reedy
title: distutils does not correctly create packages for compiled extensions -> 
distutils does not create __init__.py for packages containing extension modules

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3902>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to