Re: [BangPypers] Pygtk

2014-07-23 Thread sayantan bhattacharya
Here's another page which kind of summarizes the difference between gtk and pygtk. If you are into creating UI using gtk, I would suggest using some wrapper module like wx or QT. -- Sayantan On Thu, Jul 24, 2014 at 12:38 AM, Gora Mohanty wrote: > On 22 July 2014 21:27, Ankita Rath wrote: > >

Re: [BangPypers] Pygtk

2014-07-23 Thread Gora Mohanty
On 22 July 2014 21:27, Ankita Rath wrote: > > Hi, > > I am using pygtk for GUI. We can import gtk module for this. But lot of > places i have seen pygtk module along with gtk module. So can somebody tell > me what is the use of this pygtk module. > > import pygtk > import gtk > > we can do everyth

[BangPypers] Pygtk

2014-07-23 Thread Ankita Rath
Hi, I am using pygtk for GUI. We can import gtk module for this. But lot of places i have seen pygtk module along with gtk module. So can somebody tell me what is the use of this pygtk module. import pygtk import gtk we can do everything with gtk module only. So when is this pygtk module is usef