Bug 29424 - Migrate from PyGTK to PyGObject introspection-based bindings
Summary: Migrate from PyGTK to PyGObject introspection-based bindings
Status: RESOLVED MOVED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.10.3
Hardware: Other All
: low minor
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords:
Depends on: 40804
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-06 10:04 UTC by Andre Klapper
Modified: 2018-08-25 13:26 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Andre Klapper 2010-08-06 10:04:37 UTC
./util/waterfall:import pygtk
./util/waterfall:pygtk.require('2.0')
./util/cairo-view:import pygtk
./util/cairo-view:pygtk.require('2.0')

Grep'ing for pygtk it seems that this module uses the stable bindings provided by PyGTK. 

As it is unlikely that anybody will continue maintaining these stable bindings, applications using PyGTK should be ported to using the dynamic Python bindings provided by PyGObject (now that PyGI has been merged into PyGObject).
The feedback on migration provided by application maintainers will also help PyGObject to improve its dynamic bindings.

Please see http://live.gnome.org/GnomeGoals/PythonIntrospectionPorting for more information and guidelines.

For help there is a mailing list at http://www.daa.com.au/mailman/listinfo/pygtk . For getting involved in the development of pygobject there is a mailing list at http://mail.gnome.org/mailman/listinfo/python-hackers-list . There is also the #python IRC channel on irc.gimp.net.
Comment 1 GitLab Migration User 2018-08-25 13:26:49 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/cairo/cairo/issues/11.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.