Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Reduciendo las imágenes descargadas (2011-02-07 19:43:24)
  2. Traceback (most recent call last):
  3. File "generar.py", line 287, in <module>
  4. main(args[0], options.create_iso, verbose, desconectado, preprocesado)
  5. File "generar.py", line 217, in main
  6. notfound = reducir.run(verbose)
  7. File "/home/dejavu/tmp/cdpedia/cdpedia/src/imagenes/reducir.py", line 94, in run
  8. errorcode = subprocess.call(cmd)
  9. File "/usr/lib/python2.5/subprocess.py", line 444, in call
  10. return Popen(*popenargs, **kwargs).wait()
  11. File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
  12. errread, errwrite)
  13. File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
  14. raise child_exception
  15. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement