Re: [BangPypers] Pygtk

2014-07-25 Thread sayantan bhattacharya
Yes, functionally they are same. I am sorry to have missed out the link : http://stackoverflow.com/questions/3961397/gtk-and-pygtk-difference. Internally the calls the same. On Jul 25, 2014 5:29 PM, "Ankita Rath" wrote: > Thank you Gora. > Sayantan i did not understand the page you have mentione

Re: [BangPypers] Pygtk

2014-07-25 Thread Ankita Rath
Thank you Gora. Sayantan i did not understand the page you have mentioned. i could not find any link i your reply. Functionality wise QT n pygtk are same na. On Thu, Jul 24, 2014 at 1:03 AM, sayantan bhattacharya wrote: > Here's another page which kind of summarizes the difference between gtk a

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