After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 684103 - make glib work with python3
make glib work with python3
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on: 639271 655623 670718 675856 678066 678728 679438
Blocks: python3
 
 
Reported: 2012-09-15 17:43 UTC by Matthias Clasen
Modified: 2013-01-01 20:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2012-09-15 17:43:41 UTC
We are shipping a number of python programs in glib. Would be good to make all of those work with python3. Porting to python3 is a gnome goal: 

https://live.gnome.org/GnomeGoals/Python3Porting
Comment 1 Simon Feltman 2012-09-29 09:04:44 UTC
I've verified glib itself builds and installs fine with Python 3.3rc2. However, gobject-introspection is a different story.
Comment 2 Matthias Clasen 2012-11-09 23:11:13 UTC
I think what we probably need here is a --with-python configure option as outlined in the wiki page.