Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1.  
  2. C:\Users\ddev>C:/Users/ddev/AppData/Local/Programs/Python/Python37/python.exe c:/Users/ddev/Desktop/code/cgsandbox.py
  3. Traceback (most recent call last):
  4. File "C:\Users\ddev\AppData\Local\Programs\Python\Python37\lib\weakref.py", line 628, in _exitfunc
  5. f()
  6. File "C:\Users\ddev\AppData\Local\Programs\Python\Python37\lib\weakref.py", line 552, in __call__
  7. return info.func(*info.args, **(info.kwargs or {}))
  8. File "C:\Users\ddev\AppData\Local\Programs\Python\Python37\lib\tempfile.py", line 795, in _cleanup
  9. _shutil.rmtree(name)
  10. File "C:\Users\ddev\AppData\Local\Programs\Python\Python37\lib\shutil.py", line 513, in rmtree
  11. return _rmtree_unsafe(path, onerror)
  12. File "C:\Users\ddev\AppData\Local\Programs\Python\Python37\lib\shutil.py", line 397, in _rmtree_unsafe
  13. onerror(os.unlink, fullname, sys.exc_info())
  14. File "C:\Users\ddev\AppData\Local\Programs\Python\Python37\lib\shutil.py", line 395, in _rmtree_unsafe
  15. os.unlink(fullname)
  16. PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\ddev\\AppData\\Local\\Temp\\tmpc0an6wn5\\db.db'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement