alexlarsson / gnome-sdk-images

5 stars 1 forks source link

Missing PyGObject for python2 #16

Closed thiblahute closed 8 years ago

thiblahute commented 8 years ago

PyGobject seems to be avalaible only for python3, not python2.

alexlarsson commented 8 years ago

Yeah. I try to keep old things out of the runtime since it will need to be kept compat for a long time. Ideally it shouldn't even have python2, but gotta be pragmatic here...

alexlarsson commented 8 years ago

Bundling pygtk2 should not be too hard though.

thiblahute commented 8 years ago

Not saying pygtk2 here but PyGobject (GI) with python2 support, which sounds legit since you still have python2... well as you want :)