Grant Edwards <grant.b.edwa...@gmail.com> wrote:
> On 2020-09-03, Grant Edwards <grant.b.edwa...@gmail.com> wrote:
> > [...]
> >
> > Is pygobject the replacement for pygtk?
> 
> It seems to be.  I've started porting my pygtk app, and it's going
> pretty smoothly.  I've already got my two custom widgets working.
> Oddly, the main module provided by the gobject package is called "gi".
> 
I think the 'i' is for instrospection - GTK Introspection.

FWIW I ported some Python 2 GTK code to Python 3 and it wasn't *too*
painful.  Run 2to3 on the code and then fix the odd syntax errors that
remain.

-- 
Chris Green
ยท
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to