On 8/8/05, Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> wrote: > On Sun, 2005-08-07 at 23:03 +0400, Eugene Morozov wrote: > > Hello! > > I'm trying to create custom widgets in PyGTK in order to create skinnable > > application. Unfortunately, I was unable to find any example of widget in > > PyGTK. > > http://cvs.gnome.org/viewcvs/gnome-python/pygtk/examples/gtk/widget.py?view=markup The program gives me an error - Traceback (most recent call last): File "./skin.py", line 102, in ? w = PyGtkWidget() File "./skin.py", line 29, in __init__ gtk.Widget.__init__(self) TypeError: cannot create instance of abstract (non-instantiable) type `GtkWidget'
Regards, Vinay Reddy _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
