Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. lyrin@lyrubuntu:~/Program Files (lyrin)$ python3 py3dnus.py 0004009B00014002 0
  2. Traceback (most recent call last):
  3. File "py3dnus.py", line 86, in <module>
  4. name = py3dnus(args.title, args.version, args.spoof)
  5. File "py3dnus.py", line 71, in py3dnus
  6. make(directory, name)
  7. File "py3dnus.py", line 58, in make
  8. stderr=subprocess.PIPE,
  9. File "/usr/lib/python3.4/subprocess.py", line 556, in check_call
  10. retcode = call(*popenargs, **kwargs)
  11. File "/usr/lib/python3.4/subprocess.py", line 537, in call
  12. with Popen(*popenargs, **kwargs) as p:
  13. File "/usr/lib/python3.4/subprocess.py", line 859, in __init__
  14. restore_signals, start_new_session)
  15. File "/usr/lib/python3.4/subprocess.py", line 1459, in _execute_child
  16. raise child_exception_type(errno_num, err_msg)
  17. FileNotFoundError: [Errno 2] No such file or directory: 'make_cdn_cia'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement