[New-bugs-announce] [issue6403] distutils builds extension modules to root package directory

ivank report at bugs.python.org
Thu Jul 2 22:26:45 CEST 2009


New submission from ivank <ivan at ludios.org>:

When I built Twisted, I noticed that 'python2.7 setup.py build' created
_c_urlang.so in the wrong place:

$ find . | grep _c_url
./twisted/protocols/_c_urlarg.c
./build/lib.linux-x86_64-2.7/_c_urlarg.so
./build/temp.linux-x86_64-2.7/twisted/protocols/_c_urlarg.o

I noticed the same problem when I built Mercurial 1.3, too.

This happens with svn r73778, but not svn r73145 (June 2). I don't know
which commit caused the problem. I don't know if the problem is in 3.x too.

----------
assignee: tarek
components: Distutils
messages: 90034
nosy: ivank, tarek
severity: normal
status: open
title: distutils builds extension modules to root package directory
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6403>
_______________________________________


More information about the New-bugs-announce mailing list