Advertisement
Guest User

Untitled

a guest
Dec 17th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Machine configuration directory is '/home/john/linuxcnc/configs/gui7'
  2. Machine configuration file is 'gui7.ini'
  3. Starting LinuxCNC...
  4. status class init
  5. 0
  6. Traceback (most recent call last):
  7. File "/usr/bin/gui7", line 121, in <module>
  8. hwg = gui7(sys.argv[2])
  9. File "/usr/bin/gui7", line 42, in __init__
  10. self.grem = gremlin.Gremlin(self.ini_file)
  11. File "/usr/lib/pymodules/python2.6/gremlin.py", line 81, in __init__
  12. self.get_geometry()
  13. File "/usr/lib/pymodules/python2.6/gremlin.py", line 245, in get_geometry
  14. temp = self.inifile.find("DISPLAY", "GEOMETRY")
  15. TypeError: slice indices must be integers or None or have an __index__ method
  16. Exception AttributeError: "'Gremlin' object has no attribute '_dlists'" in <bound method Gremlin.__del__ of <Gremlin object at 0xa63b5cc (GtkDrawingArea at 0xa6d9858)>> ignored
  17. Shutting down and cleaning up LinuxCNC...
  18. Cleanup done
  19. LinuxCNC terminated with an error. You can find more information in the log:
  20. /home/john/linuxcnc_debug.txt
  21. and
  22. /home/john/linuxcnc_print.txt
  23. as well as in the output of the shell command 'dmesg' and in the terminal
  24. john@zotac:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement