Re: [pygtk] Gobject properties to PyObject attributes mapping

2003-08-12 Thread Iñaki García Etxebarria
> But IMO the main question is whether it is really advantageously to map > the properties to attributes. I think so, it produces readable code, and many times is very natural. And, to me at least, the design of the properties api in gobject is thought with this kind of purposes in mind. > What a

Re: [pygtk] Problem building PyGtk with new Python-2.3 on Win32.

2003-08-12 Thread Alif Wahid
Hi Cedric, Cheers! That worked fine. > I got the same problem. The only solution I found was to edit > distutils/command/bdist_wininst.py, and in the 'initialize_options' > method I changed the value of self.skip_build to 1. For some strange > reason, using the skip_build command line option of