On Wed, Oct 30, 2002 at 11:12:00AM -0300, Johan Dahlin wrote:

> > I import gtksourceview, kablam, here is what I get
> > 
> >  /usr/lib/python2.2/site-packages/gtksourceviewmodule.so: undefined
> > symbol: gtk_source_buffer_get_tag_end
> > 

I hope some FAQ (pygtk or python) should include this one.

Make sure you include some header file which has
gtk_source_buffer_get_tag_end defined. I hit a similar problem.

It's not writen anyway but it seem when wrapping a python extension, if
you don't include a header file, you will not be warned at compile time.
Instead, this fucking stupid "undefined symbol import exception" will be
raised at runtime.

GError** is already wrapped by codegen. don't why that one shown up.

-- 
Best regard
hashao
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to