[issue14848] Use shutil.move instead of os.rename in packaging

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14848] Use shutil.move instead of os.rename in packaging

2012-06-13 Thread Vetoshkin Nikita
Vetoshkin Nikita added the comment: glad to help -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue14848] Use shutil.move instead of os.rename in packaging

2012-06-13 Thread Éric Araujo
Éric Araujo added the comment: Thanks! As your message shows the problem is in the install module, I propose to close this bug as a duplicate of Alexis’ bug about improving d2.install. The new FileMover class should use shutil.move, and we’ll make sure to test install+remove as you did to s

[issue14848] Use shutil.move instead of os.rename in packaging

2012-06-13 Thread Vetoshkin Nikita
Vetoshkin Nikita added the comment: Sorry, no traceback by default, had to augment with "raise" :) Now output looks like this: nekto0n@ya-darkstar /var/tmp/mypackage $ pysetup remove pygraphviz u'workflow': u'1.01' is not a valid version (field 'Version') u'zc-zookeeper-static': u'3.4.3-3' is

[issue14848] Use shutil.move instead of os.rename in packaging

2012-06-09 Thread Éric Araujo
Éric Araujo added the comment: OK. Can you paste the full traceback for the error? -- stage: -> needs patch title: os.rename should not be used -> Use shutil.move instead of os.rename in packaging ___ Python tracker