[issue11058] dist directory not created when running sdist command

2011-01-29 Thread Kelsey
Kelsey added the comment: I have retested; this issue was related to a bug I introduced in shutil (fixed now, and patch sent upstream) -- resolution: -> invalid status: open -> closed ___ Python tracker

[issue11058] dist directory not created when running sdist command

2011-01-29 Thread Kelsey
Kelsey added the comment: This could be my mistake. . I think an early attempt at patching Issue 11045, I disabled os.makedirs(archive_dir) in shutil. I am going to retest -- ___ Python tracker __

[issue11058] dist directory not created when running sdist command

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: The warnings mean that some code is iterating over the string 'setup.py' instead of a list like ['setup.py']. This message comes from the manifest module, but I don’t know more. Regarding the bug and proposed patch, I wonder. This was not needed previously, s

[issue11058] dist directory not created when running sdist command

2011-01-29 Thread Kelsey
Kelsey added the comment: Link to patch: https://bitbucket.org/khightower/distutils2/changeset/6ef86fa5236b -- ___ Python tracker ___ ___

[issue11058] dist directory not created when running sdist command

2011-01-29 Thread Kelsey
New submission from Kelsey : 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 matc