6 Mar 2007 00:30
getting started with python gui
I am working on a quasi kiosk config based on Centos that is basically a tablet pc that will be used to access a particular website or small set of sites via firefox. One of the requirements is that the user/admin be able to set the networking parameters and printing config. I hope to use the standard system-config-* to do this. The X config is currently not running a window manager and I using keylaunch we can launch system-config-network and use it just fine since it does not relay on the window manager to provide a close window interface. Rather than continue to add ctrl key codes I would really like to provide an admin login window that will authenticate a user against a hashed password stored in a file and give him the option to launch one of several config programs using sudo to eliminate the user knowing the root password. This seemed to me to be a good time to play with python since I believe that is what the rest of the system-config* stuff is written in but a couple of the examples I found on the net to create a root window and do some stuff with it all seem to have issues. So, thought I would ask if anyone knows the widgets toolset that is used and has a pointer to getting started. I will contine to dink but thought I would ask on a parallel track. Any tips appreciated. Bret
RSS Feed