WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TCL equivalent of "python3-gi"?  (Read 1940 times)

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1499
TCL equivalent of "python3-gi"?
« 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.

« Last Edit: March 22, 2020, 08:20:36 AM by GNUser »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14801
Re: TCL equivalent of "python3-gi"?
« Reply #1 on: March 22, 2020, 08:27:39 AM »
py3.6gobject?

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1499
Re: TCL equivalent of "python3-gi"?
« Reply #2 on: March 22, 2020, 02:12:34 PM »
Yes, that did it. Thank you very much, juanito!