Re: [pygtk] Building on cygwin

2002-03-27 Thread Brian E Gallew
Then [EMAIL PROTECTED] spoke up and said: First of all, are you talking about porting pygtk on cygwin using XFree (http://cygwin.com/xfree/) or the win32 port of gtk+ (as available from http://www.gimp.org/win32/) ? If you plan to use XFree, things should be xfree. I'm a unix sysadmin and

Re: [pygtk] Building on cygwin

2002-03-27 Thread Brian E Gallew
Then [EMAIL PROTECTED] spoke up and said: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020311 What's a .pyd? Also, there doesn't seem to be a Makefile rule for the creation of _gtk.py*. Perhaps this is my problem? For some reason, with the windows version of

[pygtk] Signal callbacks

2001-10-23 Thread Brian E Gallew
I'm writing a small IM client using gtk.py. In it, I need to use a signal. However, inside my signal handler I get PyCObjects instead of the more-useful GtkNotebook object I expect. _obj2inst() doesn't want to handle the coercion for me. How do I turn a PyCObject into the appropriate Python