Skip to main content

All Questions

Tagged with
1 vote
0 answers
140 views

Wrong configuration of AT-SPI in macOS

Working with Python and Gtk+, I'm using Aloe tests to validate the correction of some modules. The tests are designed in such a way that they use the AT-SPI services behind, but in my installation it ...
bglezseoane's user avatar
0 votes
1 answer
750 views

install matplotlib with pip when pygtk is in non standard location

I have installed PyGTK 2.24.0 in /software/pygtk-2.24.0/gcc directory. Is there any way without rewrite the setup program how to install matplotlib with pip? Simple pip install matplotlib builds ...
Houmles's user avatar
  • 111
0 votes
1 answer
228 views

How do applications like gksu lock focus when launched?

I am curious how applications like gksu lock screen focus when prompting for a password. I see gksu even has an option "-g", that can disable this behavior. I am interested in doing something ...
Monty's user avatar
  • 3
0 votes
1 answer
468 views

How to let Linux Python application handle termination on user logout correctly?

I have written a Linux GUI application in Python that needs to do some cleanup tasks before being terminated when the user logs out. Unfortunately it seems, that on logout, all applications are killed....
tuxpoldo's user avatar
0 votes
1 answer
6k views

How to install PyGTK for Python 2.7 on CentOS 6?

I am having a big problem installing PyGTK for Python 2.7 on CentOS 6. The YUM on CentOS does not have Python 2.7 or any modules for it, so I had to build Python 2.7 from source. But PyGTK has a ...
user553702's user avatar
  • 1,371