#!/usr/pkg/bin/python import gtk window = gtk.Window() window.set_title("PyGTK Test Window") window.show_all() gtk.main()