Re: v = vte.Terminal() AttributeError: 'module' object has no attribute 'Terminal'

2010-12-07 Thread edicionsdigitals.com edicions digitals xarxa social slu
Solved! A really dummy error: I've a vte.py file in the same folder, so import vte found this first than the needed! Thanks! (and sorry) Steve, On 7 Des, 17:34, "bruno.desthuilli...@gmail.com" wrote: > On 7 déc, 12:05, Steve wrote: > > > Hi, > > > I try to run a terminal emulation using Python

Re: v = vte.Terminal() AttributeError: 'module' object has no attribute 'Terminal'

2010-12-07 Thread bruno.desthuilli...@gmail.com
On 7 déc, 12:05, Steve wrote: > Hi, > > I try to run a terminal emulation using Python+Gtk+Vte. Before develop > my own sources, i'm testing some examples like this > ;http://www.eurion.net/python-snippets/snippet/Embed%20a%20VTE%20termi... > > But when i try to run, i get this message error; > >