pygobject / pgi

[Unmaintained: Use PyGObject instead] GTK+ / GObject Introspection Bindings for PyPy.
GNU Lesser General Public License v2.1
74 stars 16 forks source link

Python3 Support #2

Closed eisensheng closed 10 years ago

eisensheng commented 11 years ago

Hi,

it would be great to have this package supporting python3.

This package is already pip friendly and can be easily specified as a dependency and therefore can be reused in other projects. That's nice for writing Code that depends on gnome libraries.

So what's hindering this project from being used in python3?

lazka commented 11 years ago

The main priority is getting gi support to PyPy, which only supports Python 2 atm. Once that is in a reasonable state I'll look into Python 3.

Feel free to work on it, though.

lazka commented 10 years ago

Fixed in trunk (I've only tested Python 3.3)

pwaller commented 10 years ago

Excellent! :+1: