Re: [Cooker] pb with gramps

2002-10-14 Thread Per Øyvind Karlsen
Florent BERANGER wrote: >>>bash-2.05b$ gramps >>>Traceback (most recent call last): >>> File "/usr/share/gramps/gramps.py", line 34, in ? >>>import gnome.ui >>>ImportError: No module named gnome.ui >>>bash-2.05b$ >>> >>>An idea ? >>> >>> >>Searching google for gnome.ui python gi

Re: [Cooker] pb with gramps

2002-10-13 Thread Charles A Edwards
On Mon, 14 Oct 2002 02:12:02 +0200 Florent BERANGER <[EMAIL PROTECTED]> wrote: > > After try, pygnome was missing. > -> please add pygtk and pygnome as requires in spec file. Not needed. Are you sure that you did not install with --nodeps? from gramps.spec for gramps-0.8.0-1mdk.i586.rpm "

Re: [Cooker] pb with gramps

2002-10-13 Thread Quel Qun
On Sun, 2002-10-13 at 16:59, Damon Lynch wrote: > On Mon, 2002-10-14 at 12:46, Florent BERANGER wrote: > > > > bash-2.05b$ gramps > > Traceback (most recent call last): > > File "/usr/share/gramps/gramps.py", line 34, in ? > > import gnome.ui > > ImportError: No module named gnome

Re: [Cooker] pb with gramps

2002-10-13 Thread Florent BERANGER
> > bash-2.05b$ gramps > > Traceback (most recent call last): > > File "/usr/share/gramps/gramps.py", line 34, in ? > > import gnome.ui > > ImportError: No module named gnome.ui > > bash-2.05b$ > > > > An idea ? > > Searching google for gnome.ui python gives some returns that may >

Re: [Cooker] pb with gramps

2002-10-13 Thread Damon Lynch
On Mon, 2002-10-14 at 12:46, Florent BERANGER wrote: > > bash-2.05b$ gramps > Traceback (most recent call last): > File "/usr/share/gramps/gramps.py", line 34, in ? > import gnome.ui > ImportError: No module named gnome.ui > bash-2.05b$ > > An idea ? Searching google for gn

Re: [Cooker] pb with gramps

2002-10-13 Thread Florent BERANGER
> Have you installed pygtk? > > Damon I've just installed pygtk, this pb is fixed (the spec file should be updated for requires) but now, it's a gnome.ui pb : bash-2.05b$ gramps Traceback (most recent call last): File "/usr/share/gramps/gramps.py", line 34, in ? import gnom

Re: [Cooker] pb with gramps

2002-10-13 Thread Damon Lynch
On Mon, 2002-10-14 at 12:00, Florent BERANGER wrote: > > bash-2.05b$ gramps > Traceback (most recent call last): > File "/usr/share/gramps/gramps.py", line 33, in ? > import gtk > ImportError: No module named gtk > bash-2.05b$ Have you installed pygtk? Damon

[Cooker] pb with gramps

2002-10-13 Thread Florent BERANGER
Hello, Here the error message I have when I try to launch gramps (genealogical software) : bash-2.05b$ gramps Traceback (most recent call last): File "/usr/share/gramps/gramps.py", line 33, in ? import gtk ImportError: No module named gtk bash-2.05b$ Thanks for hel