/ Published in: Python
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 try: import pygtk pygtk.require("2.0") except: pass try: import gtk import gtk.glade except: import sys sys.exit(1)
Comments
                    Subscribe to comments
                
                