google-code-export / tovid

Automatically exported from code.google.com/p/tovid
1 stars 0 forks source link

tix dependency not listed in wiki #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using Linux Mint 10
Installed missing listed dependencies from Software Manager, checking this list:
http://tovid.wikia.com/wiki/Tovid_dependencies

Downloaded tovid-0.34.tar.gz & followed instructions at:
http://tovid.wikia.com/wiki/Installing_tovid

All went well but when I tried to start the gui I got:

Traceback (most recent call last):
  File "/usr/local/lib/tovid/todiscgui", line 8, in <module>
    todisc.run(sys.argv[1:])
  File "/usr/local/lib/python2.6/dist-packages/libtovid/guis/todisc.py", line 993, in run
    gui = GUI("tovid gui", 800, 660, app, icon=tovid_icon)
  File "/usr/local/lib/python2.6/dist-packages/libtovid/metagui/gui.py", line 488, in __init__
    Tix.Tk.__init__(self)
  File "/usr/lib/python2.6/lib-tk/Tix.py", line 210, in __init__
    self.tk.eval('package require Tix')
_tkinter.TclError: can't find package Tix

Got tix from Software Manager & no further problems so far (currently encoding 
video.m2v).

Might tix be included with python-tk in some distros? Not in Mint 10 anyway. 
Perhaps it should be added to the Tovid dependencies list.

Thanks for the tool - I've never had any luck creating DVDs in Linux before. 
Hopefully this time I'll be successful...

Original issue reported on code.google.com by southi...@gmail.com on 8 Jan 2012 at 3:07

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out.  Added to dependency page.
http://tovid.wikia.com/wiki/Tovid_dependencies#GUI

Original comment by grepper@gmail.com on 10 Jan 2012 at 5:29

GoogleCodeExporter commented 9 years ago

Original comment by grepper@gmail.com on 26 Mar 2012 at 12:40