Tiny Core Linux

Tiny Core Extensions => TCE Corepure64 => Topic started by: GNUser on March 22, 2020, 08:18:27 AM

Title: TCL equivalent of "python3-gi"?
Post by: GNUser on March 22, 2020, 08:18:27 AM
There is a python3 application I'd like to use. It requires PyGTK and a package that, in Debianoid distros, is called "python3-gi". Is there a TCL extension that provides similar functionality? I can't seem to find an obvious equivalent.

P.S. I already found  pygtk.tcz  and  gtk3-gir.tcz  but just these two do not seem to be sufficient.

Title: Re: TCL equivalent of "python3-gi"?
Post by: Juanito on March 22, 2020, 08:27:39 AM
py3.6gobject?
Title: Re: TCL equivalent of "python3-gi"?
Post by: GNUser on March 22, 2020, 02:12:34 PM
Yes, that did it. Thank you very much, juanito!