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 vinay.sajip
Recipients alexis, eric.araujo, tarek, vinay.sajip
Date 2011-06-24.11:41:09
SpamBayes Score 6.752282e-05
Marked as misclassified No
Message-id <1308915670.23.0.449812169984.issue12395@psf.upfronthosting.co.za>
In-reply-to
Content
"pysetup3 remove projectX" fails on Windows. The reason is that the RECORD file can't be moved, as it's still open (we're using a generator in list_installed_files). Apart from fixing that, a related annoyance is that you get the 

[Error 32] The process cannot access the file because it is being used by another process

but, of course, it doesn't tell you *which* file it failed on. So the error message needs to say which file(s) couldn't be moved.
History
Date User Action Args
2011-06-24 11:41:10vinay.sajipsetrecipients: + vinay.sajip, tarek, eric.araujo, alexis
2011-06-24 11:41:10vinay.sajipsetmessageid: <1308915670.23.0.449812169984.issue12395@psf.upfronthosting.co.za>
2011-06-24 11:41:09vinay.sajiplinkissue12395 messages
2011-06-24 11:41:09vinay.sajipcreate