impossible to run olive-gtk

Asked by Quentin

I'm not able to run olive : the shortcut created after installation (I followed the instructions on bzr/olive website) doesn't work and when I type olive-gtk in the command windows, I get the following message :

Traceback (most recent call last):
  File "/usr/bin/olive-gtk", line 90, in ?
    app = OliveGtk()
  File "/usr/lib/python2.4/site-packages/olive/__init__.py", line 158, in __init__
    x = self.pref.get_preference('window_x', 'int')
  File "/usr/lib/python2.4/site-packages/olive/__init__.py", line 935, in get_preference
    return self.config.getint('preferences', option)
  File "/usr/lib/python2.4/ConfigParser.py", line 321, in getint
    return self._get(section, int, option)
  File "/usr/lib/python2.4/ConfigParser.py", line 318, in _get
    return conv(self.get(section, option))
ValueError: invalid literal for int(): no

I'm a inexperienced linux user ...

Help would be appreciated,

Thanks,

Quentin

Question information

Language:
English Edit question
Status:
Solved
For:
Olive Edit question
Assignee:
Szilveszter Farkas Edit question
Solved by:
Szilveszter Farkas
Solved:
Last query:
Last reply:
Whiteboard:
Answered (possible fix included) - 2006-11-26
Revision history for this message
Best Szilveszter Farkas (phanatic) said :
#1

This is a bug which was fixed in the latest development version of bzr-gtk/Olive. Run this command first:

 $ rm ~/.olive.conf

And then run Olive:

 $ olive-gtk

If the problem does not disappear, please don't hesitate to write again.

Thanks for using Olive, and reporting this issue!

Revision history for this message
Quentin (goorquentin) said :
#2

User confirmed that the request is solved.