Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [GTK] Virtual python shell with Vte.Pty.spawn_async()
Post: RE: [GTK] Virtual python shell with Vte.Pty.spawn_...

I find some mistakes in my code, now it is working great, there is final solution: import gi gi.require_version('Gtk', '3.0') gi.require_version('Vte', '2.91') from gi.repository import Gtk, Vte, GLi...
jiri GUI 2 3,355 Mar-14-2019, 08:44 AM
    Thread: [GTK] Virtual python shell with Vte.Pty.spawn_async()
Post: [GTK] Virtual python shell with Vte.Pty.spawn_asyn...

I would like add virtual python shell with Vte to my GTK3.0 python3 app and I am able to do this with spawn_sync() method, but this method is deprecated, so I would like to do it with preferred way wi...
jiri GUI 2 3,355 Mar-11-2019, 09:35 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020