Quote:
Originally Posted by eschwartz
Any particular reason you use different methods for PY2 (pygtk) vs PY3 (gi.repository)?
|
I decided to include Python 2.7 + gtk mainly for backwards compatibility, because not every Linux user has a bleeding edge distro with the latest libraries.
Also, IMHO, the additional if-then import statements make this plugin look more sophisticated.