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 jaraco
Recipients RonnyPfannschmidt, alexis, eric.araujo, jaraco, jens, mikehoy, mu_mind, tarek
Date 2011-12-19.17:27:22
SpamBayes Score 0.0015270428
Marked as misclassified No
Message-id <1324315642.88.0.61781572109.issue11638@psf.upfronthosting.co.za>
In-reply-to
Content
This error is also encountered if the package name is unicode. The error can be simply reproduced with this command:

python -c "from setuptools import setup; setup(name=u'foo')" sdist --formats gztar

The error also occurs with the bdist command, and probably others.
History
Date User Action Args
2011-12-19 17:27:23jaracosetrecipients: + jaraco, tarek, eric.araujo, RonnyPfannschmidt, alexis, mu_mind, mikehoy, jens
2011-12-19 17:27:22jaracosetmessageid: <1324315642.88.0.61781572109.issue11638@psf.upfronthosting.co.za>
2011-12-19 17:27:22jaracolinkissue11638 messages
2011-12-19 17:27:22jaracocreate