On Sun, 30 Apr 2000 [EMAIL PROTECTED] wrote:

> Hi
> 
> I know that the question has already been asked but I definitively
> don't succeed in having libglade.py working properly on gnome 
> widgets.
> 
> The libglade I have on my system is probably good as I am able to 
> make it work with gnome widget and C.  Using the same glade file 
> but with python the message I get is:
> 
> ** WARNING **: unknown widget class 'GnomeApp'
> 
> ** WARNING **: unknown widget class 'GnomeDialog'
> 
> ** WARNING **: unknown widget class 'GnomeAbout'
> 
> The modules I imported are:
> from gtk import * 
> from gnome.ui  import *
> from gnome.config import *
> import libglade
> 
> I have a Mandrake 7.0 with:
> libglade-0.12-1mdk
> pygtk-libglade-0.6.6-1mdk
> libglade-devel-0.12-1mdk
> glade-0.5.7-2
> 
> Can somebody give me a hint on this?

Does the following statement execute without exceptions on your system?
  import _gladegnome

It may be that this file was not included in any of the gnome-python
packages on your system (which is a bug in the packaging), in which case
you can't use gnome features with libglade in python.

> 
> Thank you
> 
> Fr�d�ric
> 

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to