New submission from ivank <i...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6403> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com