Advertisement
grondinm

tovid gui

Mar 16th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. tovid gui
  2. Read options from /home/marcg/.tovid/tovid.ini:
  3.  
  4. Traceback (most recent call last):
  5. File "/usr/lib/tovid/todiscgui", line 22, in <module>
  6. todisc.run(command, position=position, project=project)
  7. File "/usr/lib64/python2.7/site-packages/libtovid/guis/todisc.py", line 1066, in run
  8. gui = GUI("tovid gui", gui_width, gui_height, app, icon=tovid_icon, position=position)
  9. File "/usr/lib64/python2.7/site-packages/libtovid/metagui/gui.py", line 531, in __init__
  10. Tix.Tk.__init__(self)
  11. File "/usr/lib64/python2.7/lib-tk/Tix.py", line 225, in __init__
  12. self.tk.eval('package require Tix')
  13. _tkinter.TclError: couldn't load file "/usr/lib64/Tix8.4.3/libTix8.4.3.so": /usr/lib64/Tix8.4.3/libTix8.4.3.so: undefined symbol: Tcl_GetResult
  14.  
  15.  
  16. emerge -av tix tcl tk
  17.  
  18. * IMPORTANT: 9 news items need reading for repository 'gentoo'.
  19. * Use eselect news to read news items.
  20.  
  21.  
  22. These are the packages that would be merged, in order:
  23.  
  24. Calculating dependencies... done!
  25. [ebuild R ] dev-lang/tcl-8.6.0-r1:0/8.6 USE="threads -debug" 0 kB
  26. [ebuild R ] dev-lang/tk-8.6.0:0/8.6 USE="threads truetype (-aqua) -debug {-test} -xscreensaver" 0 kB
  27. [ebuild R ] dev-tcltk/tix-8.4.3 0 kB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement