You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried installing PyGTK for Python 3 (with pyenv) and I'm having a hard time. Looks like PyGTK is deprecated according to this blog post: End of an Era: PyGTK. The alternative is to use PyGObject.
Fix compile.py, allow for execution using "python3" binary.
Make ApplicationSettings.log_severity=LOGSEVERITY_ERROR the default,
so that annoying X11 server non-fatal errors aren't displayed.
cztomczak
changed the title
Refactor GTK example to use PyGObject instead of PyGTK
Refactor GTK example to use PyGObject instead of PyGTK (still Open because of possible issue with mixed GTK 2 and GTK 3 symbols)
Oct 18, 2016
cztomczak
changed the title
Refactor GTK example to use PyGObject instead of PyGTK (still Open because of possible issue with mixed GTK 2 and GTK 3 symbols)
Refactor GTK example to use PyGObject instead of PyGTK
Oct 19, 2016
I've tried installing PyGTK for Python 3 (with pyenv) and I'm having a hard time. Looks like PyGTK is deprecated according to this blog post: End of an Era: PyGTK. The alternative is to use PyGObject.
Here are some examples:
Related issues:
See also the Refactor Examples project.
The text was updated successfully, but these errors were encountered: