Advertisement
Guest User

Untitled

a guest
Aug 25th, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "listdir.py", line 37, in <module>
  3. list_dir(base_dir)
  4. File "listdir.py", line 15, in list_dir
  5. ret = list_dir(file_)
  6. File "listdir.py", line 15, in list_dir
  7. ret = list_dir(file_)
  8. File "listdir.py", line 15, in list_dir
  9. ret = list_dir(file_)
  10. File "listdir.py", line 15, in list_dir
  11. ret = list_dir(file_)
  12. File "listdir.py", line 20, in list_dir
  13. file_sz = getsize(file_)
  14. File "/usr/lib/python2.6/genericpath.py", line 49, in getsize
  15. return os.stat(filename).st_size
  16. OSError: [Errno 2] No such file or directory: '/home/xralf/.wine/drive_c/users/xralf/My Music'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement