tovid-suite / tovid

Suite of tools for DVD authoring
http://tovid.wikia.com/wiki/Tovid_Wiki
GNU General Public License v2.0
7 stars 4 forks source link

tix dependency not listed in wiki #159

Closed tovid-suite closed 9 years ago

tovid-suite commented 9 years ago

From southi...@gmail.com on January 08, 2012 10:07:55

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 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: http://code.google.com/p/tovid/issues/detail?id=159

tovid-suite commented 9 years ago

From grepper@gmail.com on January 09, 2012 21:29:12

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

tovid-suite commented 9 years ago

From grepper@gmail.com on March 25, 2012 17:40:03

Status: Fixed