You are not logged in.

#1 2007-05-29 10:18:30

QuimaxW
Member
From: Papua New Guinea
Registered: 2006-12-03
Posts: 228
Website

tovidgui

I've installed tovid from the aur, which compiles fine.  The command line version works ok, but I really wanted the gui.  Problem is the following error.

bash-3.2$ tovidgui
tovidgui requires wxPython 2.6; please install or upgrade wxPython.
bash-3.2$ pacman -Q wxpython
wxpython 2.8.0.1-1
bash-3.2$ pacman -Q python
python 2.5.1-1

I can't seem to find python 2.6 in the repos or aur anywhere.  Any ideas, or do I need to go build 2.6 manually?


"He is no fool who gives what he cannot keep to gain that which he cannot lose." -Jim Elliot

Offline

#2 2007-05-29 10:30:48

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: tovidgui

The tovidgui script hasn't been updated to work with wxpython 2.8. Ask the tovid devs about it, or if you know python, change it yourself and send them a patch.

Offline

#3 2007-05-29 11:25:35

mitsoko
Banned
From: In the Coal Chamber
Registered: 2007-05-08
Posts: 143

Re: tovidgui

you can replace 2.6 with 2.8 ... in /usr/bin/tovidgui
tovidgui, appears to be compatible with wxpython .2.8 ...
the critical lines are 27 and 28 ..
...
if wxversion.checkInstalled('2.8'):
        wxversion.select('2.8-unicode')
...
so after editing they should look like the above ...



btw, i dunno if that works ... i don't know how the gui is supposed to look.

if not, i'll have a look at it when i have some time .. i suck at programming though .. so don't expect much.

Last edited by raeven (2007-05-29 11:27:28)

Offline

#4 2007-05-29 13:33:33

QuimaxW
Member
From: Papua New Guinea
Registered: 2006-12-03
Posts: 228
Website

Re: tovidgui

Thanks raeven.  That gives me a place to start.  I'll try that and see what happens to it... smile


"He is no fool who gives what he cannot keep to gain that which he cannot lose." -Jim Elliot

Offline

#5 2007-05-29 22:21:28

QuimaxW
Member
From: Papua New Guinea
Registered: 2006-12-03
Posts: 228
Website

Re: tovidgui

I changed those two lines from 2.6 to 2.8 and it seems to be working.  Whoho!


"He is no fool who gives what he cannot keep to gain that which he cannot lose." -Jim Elliot

Offline

#6 2007-05-30 07:32:21

mitsoko
Banned
From: In the Coal Chamber
Registered: 2007-05-08
Posts: 143

Re: tovidgui

smile

Offline

#7 2007-10-06 00:11:15

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: tovidgui

you also have todiscgui
i believe theres more options with it than tovidgui

Offline

Board footer

Powered by FluxBB