Hi, Thanks for your reply. These are the following steps which I carried out.
1.http://www.pcpm.ucl.ac.be/~gustin/win32_ports/binaries/pygtk-2.0.0.win32-p y2.3.exe 2.http://prdownloads.sourceforge.net/gtk-win -- (GTK-Runtime-Environment-2.2.4.1.exe) By doing this, I could able to do >> import pygtk >> pygtk.require('2.0' ) >> import gtk But I could only get only (gtk.TRUE and gtk.FALSE) , I could not able to get gtk.Window, gtk.Frame etc.. which is what I want for developing GUI. (Currently Im working in windows, and my Appliaction has to to platform Independent.) Please Let me know what mistake Im making, at the earliset, so that I can able to start my work without any further delay. Thanks Gopinath. ----- Original Message ----- From: "GMTagliaretti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 8:56 PM Subject: Re: [pygtk] Fw: gtk for Python > On Thursday 04 December 2003 16:11, GopinathR wrote: > > ----- Original Message ----- > > From: GopinathR > > To: [EMAIL PROTECTED] > > Sent: Thursday, December 04, 2003 8:29 PM > > Subject: gtk for Python > > > > > > 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. > > > > Awaiting for your answer at the earliest. > > > > Thanks > > Gopinathr. > > kiko is mainteing the best FAQ in the whole internet :p > the link at the FAQ is in every message of the ML...anyway... > > http://www.async.com.br/faq/pygtk/index.py?req=index > > take a look > > Mario aka Liquid > > _______________________________________________ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
