You need the python-gtk2-dev and the python-gobject-dev packages.
> Also: Will I be able to run this on noncompiled pyGTK apps?
>
> Such as:
>
> $ GTK_MODULES=gtkparasite python myapp.py
I don't think it will work because the gtk module already loads the
python runtime itself so it will probably not work. I didn't try
though.
Rui