Piotr> testgtk.py 
    Piotr> WARNING: Python C API version mismatch for module _gtk:
    Piotr>   This Python has API version 1009, module _gtk has version 1007.

    Piotr> So is pygtk written mainly for python 1.x in mind?

Nope, but you will have to recompile and relink _gtkmodule.c with the Python
2.0 config stuff to get a _gtkmodule.so library that will load into python2
without issuing a warning.  After configuring, try executing make as

    make PYTHON=/usr/local/bin/python2

-- 
Skip Montanaro ([EMAIL PROTECTED])
(847)971-7098
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to