This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author calvin
Recipients
Date 2005-04-15.12:34:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If the package name is an empty string (ie the default
package), all package_data files have the first
character chopped off.
Attached is a test package pytest.tar.gz where running
python2.4 setup.py build_py
produces this error:
running build_py
creating build
creating build/lib
copying __init__.py -> build/lib
error: can't copy 'ATA': doesn't exist or not a regular
file

Also attached is a fix proposal, though I have tested
this only against the test package.
History
Date User Action Args
2007-08-23 15:42:43adminlinkissue1183712 messages
2007-08-23 15:42:43admincreate