Advertisement
Guest User

Untitled

a guest
Nov 1st, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./dxf.py", line 47, in on_file_convert
  3. self.result = subprocess.call("dxf2gcode %s" %self.args, shell=False)
  4. File "/usr/lib/python2.7/subprocess.py", line 493, in call
  5. return Popen(*popenargs, **kwargs).wait()
  6. File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
  7. errread, errwrite)
  8. File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
  9. raise child_exception
  10. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement