Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/g0704/linuxcnc-dev/bin/gladevcp", line 45, in <module>
  3. import gladevcp.makepins
  4. File "/home/g0704/linuxcnc-dev/lib/python/gladevcp/__init__.py", line 1, in <module>
  5. from hal_pythonplugin import *
  6. File "/home/g0704/linuxcnc-dev/lib/python/gladevcp/hal_pythonplugin.py", line 26, in <module>
  7. from hal_gremlin import HAL_Gremlin
  8. File "/home/g0704/linuxcnc-dev/lib/python/gladevcp/hal_gremlin.py", line 30, in <module>
  9. import gremlin
  10. File "/home/g0704/linuxcnc-dev/lib/python/gremlin.py", line 31, in <module>
  11. import gtk.gtkgl.widget
  12. ImportError: No module named gtkgl.widget
  13. <commandline>:0: waitpid failed gladevcp gladevcp
  14. <commandline>:0: gladevcp exited without becoming ready
  15. Embeded tab command "halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -u python/probe_screen.py -x 60817593 probe_icons/probe_screen.glade" exited with error: 1
  16. Shutting down and cleaning up LinuxCNC...
  17. hm2_eth: HostMot2 ethernet driver unloaded
  18. hm2: unloading
  19. Note: Using POSIX realtime
  20. LinuxCNC terminated with an error. You can find more information in the log:
  21. /home/g0704/linuxcnc_debug.txt
  22. and
  23. /home/g0704/linuxcnc_print.txt
  24. as well as in the output of the shell command 'dmesg' and in the terminal
  25. g0704@g0704:~/linuxcnc-dev$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement