[issue3902] distutils does not correctly create packages for compiled extensions

2010-08-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: With development of disutils2, distutils issues are not getting much separate attention. This may or may not get folded in to disutils2. -- nosy: +terry.reedy ___ Python tracker _

[issue3902] distutils does not correctly create packages for compiled extensions

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue3902] distutils does not correctly create packages for compiled extensions

2009-02-06 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek nosy: +tarek versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.5 ___ Python tracker ___ _

[issue3902] distutils does not correctly create packages for compiled extensions

2008-09-18 Thread Eyal Lotem
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 no