[pygtk] How to make a browser?

2008-06-16 Thread Paolo Bacci
Hi, I want to know if there's any functional browser in python. If not, how can I make it? Thanks, Paolo Bacci. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

[pygtk] Doubt about tuple assignment

2008-06-12 Thread Paolo Bacci
the tuple and make it the right way? Thanks, Paolo Bacci. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] How do I set up my PATH?

2008-06-05 Thread Paolo Bacci
yes On Thu, Jun 5, 2008 at 6:21 AM, Markus W. Barth <[EMAIL PROTECTED]> wrote: > Have you installed gtk? > > On Thursday 05 June 2008 00:42:37 Paolo Bacci wrote: > > Hi, I've installed on windows the lastest version of each component: > > > python25 > &

[pygtk] How do I set up my PATH?

2008-06-04 Thread Paolo Bacci
Hi, I've installed on windows the lastest version of each component: > python25 > pycairo > pygobject > pygtk > They are in C:\Python25 In my code I use these imports: import gtk > import cairo > import gobject > and when I try to run it give me back the error: Traceback (most recent call las

[pygtk] How do I add Scrollbar in a TreeViewModel?

2008-06-03 Thread Paolo Bacci
Hi, it's my first email here and I want to add a scrollbar to my treeview widget but i'm not being successful I tried instantiating one Hscrollbar and one Vscrollbar(I need these 2 scrollbar) to add in the window but it said that only one widget could be added and treeview is already there. My co