Hi, Am Donnerstag, den 16.11.2006, 11:55 -0800 schrieb David Keogh: > You can also do something like this to at least get a look at what the > module contains: > > import vte > print dir(vte.Terminal) Maybe better: import vte help (vte.Terminal) Regards, Christian