Reputation: 96
How can we automate the porting of a python file from GTK+2 to GTK+3 with out manually editing tags. If it's not possible what is the best possible way of porting them?
Upvotes: 2
Views: 152
Reputation: 57920
There is a porting guide for porting from PyGTK to PyGObject. It describes a tool which automates part of the work, so you can do less manual editing, but not none.
There's also a migration guide from GTK 2 to GTK 3, describing what usages of the APIs themselves have to change.
Upvotes: 3