[pygtk] can't import gtk

2010-01-25 Thread Mathew Yeates
I get the error AttributeError: 'module' object has no attribute 'CAPI' The only place I see CAPI is in _cairo.so. I've tried both pygtk-2.17.0 and pygtk-2.14.1. Is there some magic combination of pycairo, pygtk etc? Mathew ___ pygtk mailing list

Re: [pygtk] can't import gtk

2010-01-25 Thread Bertrand Son Kintanar
On Mon, Jan 25, 2010 at 10:49 AM, Mathew Yeates mat.yea...@gmail.comwrote: I get the error AttributeError: 'module' object has no attribute 'CAPI' The only place I see CAPI is in _cairo.so. I've tried both pygtk-2.17.0 and pygtk-2.14.1. Is there some magic combination of pycairo, pygtk

Re: [pygtk] can't import gtk

2010-01-25 Thread Mathew Yeates
here's a snippet. import gtk Thats it! I immediately get the error. On Mon, Jan 25, 2010 at 9:56 AM, Bertrand Son Kintanar b3rxkinta...@gmail.com wrote: On Mon, Jan 25, 2010 at 10:49 AM, Mathew Yeates mat.yea...@gmail.comwrote: I get the error AttributeError: 'module' object has no

Re: [pygtk] can't import gtk

2010-01-25 Thread Yann Leboulanger
Mathew Yeates wrote: here's a snippet. import gtk Thats it! I immediately get the error. So your pygtk installation is not complete most probably. ry re-installing it and its dependances -- Yann ___ pygtk mailing list pygtk@daa.com.au

Re: [pygtk] can't import gtk

2010-01-25 Thread John Stowers
On Mon, 2010-01-25 at 09:49 -0800, Mathew Yeates wrote: I get the error AttributeError: 'module' object has no attribute 'CAPI' The only place I see CAPI is in _cairo.so. I've tried both pygtk-2.17.0 and pygtk-2.14.1. Is there some magic combination of pycairo, pygtk etc? Please

Re: [pygtk] can't import gtk

2010-01-25 Thread Mathew Yeates
Thanks John. I'm doing a Linux build. Is that bug discussion still relevant? -Mathew On Mon, Jan 25, 2010 at 11:43 AM, John Stowers john.stowers.li...@gmail.com wrote: On Mon, 2010-01-25 at 09:49 -0800, Mathew Yeates wrote: I get the error AttributeError: 'module' object has no attribute

Re: [pygtk] can't import gtk

2010-01-25 Thread John Stowers
On Mon, 2010-01-25 at 11:47 -0800, Mathew Yeates wrote: Thanks John. I'm doing a Linux build. Is that bug discussion still relevant? Sorry, no. I saw the version numbers you mentioned and assumed that you were talking about windows. My mistake. John