|
Re: GConf and Python under Windows: msg#00110gnome.gtk+.python
Gianluca Di Carlo wrote: Hi, I would know if exist a porting of GConf for python under windows. AFAIK GConf (along with the other gnome libraries like libgnomeui) is not available natively on win32 (too many dependencies, Orbit2 among others). By natively, I mean without a posix emulation layer like the one provided by cygwin. If you really need Gconf on win32, the only solution is to install cygwin (http://www.cygwin.com), including the gnome libs, and to build pygtk + gnome-python against the cygwin runtime. Beware of licensing issues though, as the cygwin DLL is GPL, not LGPL ! By the way, if you only need GConf for application settings, why not write a simple wrapper that calls the gconf API on linux and saves to the registry on win32 using the _winreg module ? Cedric
pygtk mailing list pygtk@xxxxxxxxxx http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: using the same callback for a check menu and a toggle toolbutton: 00110, John Finlay |
|---|---|
| Next by Date: | Re: using the same callback for a check menu and a toggle toolbutton: 00110, Ionutz Borcoman |
| Previous by Thread: | GConf and Python under Windowsi: 00110, Gianluca Di Carlo |
| Next by Thread: | using the same callback for a check menu and a toggle toolbutton: 00110, Ionutz Borcoman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |