varun_shrivastava wrote:
hi i m new to pygtk and want to know how its better to use pygtk rather than gtk
with pygtk, you can program the application in Python, with gtk you can program the application in C or c++ (possibly, I don't know precisely, ask in a gtk group).
Obviously, in the pygtk group we believe that Python is a better language for our applications.
Main reason is (most likely) that most GUI apps don't do much computations. Albert _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
