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 gives some returns that may 
>>interest you.  I'm not familiar with that python module myself, so 
>>cannot offer more than that :-( 
>>
>>Damon 
>>
>>
> 
>After try, pygnome was missing. 
>-> please add pygtk and pygnome as requires in spec file. 
> 
>Thanks, 
> 
>  Florent 
> 
>
>
>
>
>  
>
also add pygnome-libglade






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

"Requires: python >= 1.5.2
Requires: pygnome >= 1.0.53"

and pygnome requires pygtk.
Unless there is a problem with your installation you should not have
been missing either pkg.


Charles 

---
printk("Entering UltraSMPenguin Mode...\n");
2.2.16 /usr/src/linux/arch/sparc64/kernel/smp.c
--
Charles A Edwards
[EMAIL PROTECTED]
--

 




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.ui  
> > bash-2.05b$ 
> >  
> > An idea ? 
> 
> Searching google for gnome.ui python gives some returns that may
> interest you.  I'm not familiar with that python module myself, so
> cannot offer more than that :-(
> 
> 
pygnome?
=o=
Eric
 




signature.asc
Description: This is a digitally signed message part


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 
> interest you.  I'm not familiar with that python module myself, so 
> cannot offer more than that :-( 
> 
> Damon 
 
After try, pygnome was missing. 
-> please add pygtk and pygnome as requires in spec file. 
 
Thanks, 
 
  Florent 
 





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 gnome.ui python gives some returns that may
interest you.  I'm not familiar with that python module myself, so
cannot offer more than that :-(

Damon






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 gnome.ui  
ImportError: No module named gnome.ui  
bash-2.05b$ 
 
An idea ? 
 
Thanks 





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