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 kelsey.hightower
Recipients eric.araujo, kelsey.hightower, tarek
Date 2011-01-29.11:26:59
SpamBayes Score 2.502166e-06
Marked as misclassified No
Message-id <1296300421.59.0.468968378526.issue11058@psf.upfronthosting.co.za>
In-reply-to
Content
When trying to create a source distribution, I get the following error and no stack trace:


[openpython:yamlconfig]$ /opt/OpenPython-2.7.1/bin/python -m distutils2.run sdist
WARNING:root:warning: no files found matching 's'
WARNING:root:warning: no files found matching 'e'
WARNING:root:warning: no files found matching 't'
WARNING:root:warning: no files found matching 'u'
WARNING:root:warning: no files found matching 'p'
WARNING:root:warning: no files found matching '.'
WARNING:root:warning: no files found matching 'p'
WARNING:root:warning: no files found matching 'y'
error: dist/yamlconfig-0.3.1.tar.gz: No such file or directory

Not sure what all the WARNINGs are for, will file a separate issue for those.
History
Date User Action Args
2011-01-29 11:27:01kelsey.hightowersetrecipients: + kelsey.hightower, tarek, eric.araujo
2011-01-29 11:27:01kelsey.hightowersetmessageid: <1296300421.59.0.468968378526.issue11058@psf.upfronthosting.co.za>
2011-01-29 11:26:59kelsey.hightowerlinkissue11058 messages
2011-01-29 11:26:59kelsey.hightowercreate