| python Programming Glossary: ignore_errorsWhat user do python scripts run as in windows? http://stackoverflow.com/questions/1213706/what-user-do-python-scripts-run-as-in-windows  # 0777 func path else raise shutil.rmtree filename ignore_errors False onerror handleRemoveReadonly You might want to try that... 
 Python: shutil.rmtree fails on Windows with 'Access is denied' http://stackoverflow.com/questions/2656322/python-shutil-rmtree-fails-on-windows-with-access-is-denied  Python26 lib shutil.py line 216 in rmtree rmtree fullname ignore_errors onerror File C Python26 lib shutil.py line 216 in rmtree rmtree.. Python26 lib shutil.py line 216 in rmtree rmtree fullname ignore_errors onerror File C Python26 lib shutil.py line 216 in rmtree rmtree.. Python26 lib shutil.py line 216 in rmtree rmtree fullname ignore_errors onerror File C Python26 lib shutil.py line 216 in rmtree rmtree.. 
 |