Please help me get SoundConverter 1.4.0 working on my centos 5.2 box.
I installed on my centos 5.2 system via yum the soundconverter program to convert sound files.
when I open it from the gui it just flashes for a moment then closes. from the command line it again flashes for a second on the gui and gives this output in the terminal...
soundconverter
SoundConverter 1.4.0
using Gstreamer version: 0.10.9, Python binding version: 0.10.7
using deprecated gnomevfssrc
'id3v2mux' element not found, disabling MP3 Tags.
using 1 thread(s)
Traceback (most recent call last):
File "/usr/bin/soundconverter", line 2765, in ?
main()
File "/usr/bin/soundconverter", line 2757, in main
gui_main(args)
File "/usr/bin/soundconverter", line 2554, in gui_main
win = SoundConverterWindow(glade)
File "/usr/bin/soundconverter", line 2274, in __init__
self.prefs = PreferencesDialog(glade)
File "/usr/bin/soundconverter", line 1533, in __init__
self.set_widget_initial_values(glade)
File "/usr/bin/soundconverter", line 1565, in set_widget_initial_values
uri = filename_to_uri(self.get_string("selected-folder"))
File "/usr/bin/soundconverter", line 378, in filename_to_uri
if not url.scheme:
AttributeError: 'tuple' object has no attribute 'scheme'
I have done a full yum update -y
I also have done an rpm -V which shows no output plus I have reinstalled it and rebooted
thanks in advance.
|