astroDimitrios / rose

:rose: Rose is a toolkit for writing, editing and running application configurations.
https://metomi.github.io/rose/
GNU General Public License v3.0
0 stars 1 forks source link

Remove PyGtk references #21

Closed astroDimitrios closed 1 month ago

astroDimitrios commented 2 months ago

For clarity we should remove any references to pygtk and check code that says PyGtk 2.18 etc for updates to later PyGtk versions.

jfrost-mo commented 1 month ago

Are you still using PyGtk?

To get it running I had to install PyGObject instead.

astroDimitrios commented 1 month ago

@jfrost-mo The new code is all PyGObject / Gtk3 :)

There are still some references in code comments to PyGtk and one part of the codebase that says something along the lines of fix for pygtk ... which we should probably look at!