[Distutils] [issue107] bdist_egg --bdist-dir param not working quite as expected

Patrick Ting setuptools at bugs.python.org
Fri Apr 30 03:18:58 CEST 2010


New submission from Patrick Ting <pcting at thewhitepixel.com>:

So when specifying a build directory through the --bdist-dir param to anything than the default directory:
1. (as expected) a build directory is created, the pyc files are generated in this directory, and then the directory is deleted.
2. (bug) build/ directory in the cwd is always created with the original .py files copied into it.

I'm running python v2.6.4 and setuptools v0.6c9 on ubuntu 9.10 amd64

----------
messages: 515
nosy: pcting
priority: bug
status: unread
title: bdist_egg --bdist-dir param not working quite as expected

_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue107>
_______________________________________________


More information about the Distutils-SIG mailing list