hi,

can not solve this problem myself so looking for help here... the
following message appears while starting my python application :

GnomeUI-CRITICAL **: file gnome-app.c: line 208 (gnome_app_new): assertion `appname != 
NULL' failed.

Gtk-WARNING **: invalid cast from (NULL) pointer to `GnomeApp'
Segmentation fault

the application itself is using a glade 0.5.9 created XML file... the
implementation of my python script :

import libglade

class DebPkgManWin:
    def __init__( self ):
        widget_tree = libglade.GladeXML( 'debpkgman.glade' )
#        dic = { "on_exit1_active": mainquit }
#        widget_tree.signal_autoconnect( dic )
        win = widget_tree.get_widget( 'debian_package_manager_window' )
        mainloop()

#win_tree.connect( 'close_window', mainquit )
if __name__ == '__main__':
    mainwin = DebPkgManWin()

-- 
Raphael Bossek <[EMAIL PROTECTED]> [ICQ #40047651]

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to