Advertisement
Guest User

Untitled

a guest
Feb 14th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. traceback (most recent call last):
  2. File "/Users/thomas/Desktop/hgklhj.py", line 12, in <module>
  3. shutil.move(src, dst)
  4. File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/shutil.py", line 516, in move
  5. copy2(src, real_dst)
  6. File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/shutil.py", line 237, in copy2
  7. copyfile(src, dst, follow_symlinks=follow_symlinks)
  8. File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/shutil.py", line 109, in copyfile
  9. with open(src, 'rb') as fsrc:
  10. FileNotFoundError: [Errno 2] No such file or directory: "/Users/thomas/Desktop/1-02 I'm Sleeping In A Submarine.mp3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement