Hi, Im using Tkinter now, in that I have constructed a Treeview.

Im using pyAA, to find the windows from external Application. In my external
Application(VC++), I have a treeView, a Button.

My treeView looks like(I kept name of the Control as Tree)

File
  |_  System
  |      Exe
  |      Dll
  |_  Application
  |      GUI
  |     DataBase

When I run my Python code, I get the output as

Test(Root)
    Tree
    Tree
    System
    Exe
    Dll
    Application
............
    OK (This is for the Button)
    OK

ie Im not getting the structure in a hierarchy. Can anyone help me out.

Thanks
Gopinathr.



----- Original Message -----
From: "Xavier Ordoquy" <[EMAIL PROTECTED]>
To: "GopinathR" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, December 04, 2003 8:50 PM
Subject: Re: [pygtk] Fw: gtk for Python


> On Thu, 2003-12-04 at 16:11, GopinathR wrote:
> >
> > Hi, Im a beginner to Python. I wanted to make a GUI in Python
> > (TreeView). I have downloaded the pygtk.py 2.0, but when I searched
> > for gtk, it was difficult for me to find the way to get gtk.py.  Can
> > anyone help me in getting gtk.py, so that I can import this in my code
> > and start working.
>
> You should avoid installing it by yourself and use packages for your
> distribution. Which one do you use ?
>
> --
>
>

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to