On Mon, Dec 30, 2013 at 1:31 PM, Beman Dawes <bdawes@acm.org> wrote:
Still failing.
# Cleaning up "D:\boost-regr\boost_root" directory ...File "D:\boost-regr\tools_regression_src\regression.py", line 253, in __init__
Traceback (most recent call last):
File "run.py", line 83, in <module>
runner(root)
self.main()
File "D:\boost-regr\tools_regression_src\regression.py", line 632, in main
getattr(self,action_m)()
File "D:\boost-regr\tools_regression_src\regression.py", line 586, in command_regression
self.command_cleanup()
File "D:\boost-regr\tools_regression_src\regression.py", line 262, in command_cleanup
self.rmtree( self.boost_root )
File "D:\boost-regr\tools_regression_src\regression.py", line 654, in rmtreeFile "C:\Python27\lib\shutil.py", line 256, in rmtree
shutil.rmtree( unicode( path ) )
onerror(os.rmdir, path, sys.exc_info())
File "C:\Python27\lib\shutil.py", line 254, in rmtree
os.rmdir(path)self.command_cleanup() is being called at line 586 without arguments, and that defaults to deleting boost_root at line 262.
WindowsError: [Error 32] The process cannot access the file because it is being used by an
other process: u'D:\\boost-regr\\boost_root'