Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chrus
  • Order by date
  1. chrus

    os.remove() -> Permission denied

    Hello JustinEzequiel, Thank you for your answer. It's exactely what I needed.
  2. chrus

    os.remove() -> Permission denied

    Hello, In one of my scripts, i am using the remove function to delete a file: import os os.remove('Filename') For one file, i get this error: Traceback (most recent call last): File &quot;<interactive input>&quot;, line 1, in ? OSError: [Errno 13] Permission denied: 'Filename' It's...

Part and Inventory Search

Back
Top