Hi everyone

I am an enthusiastic new user of Pygtk and I have been some doubts about
the new module PyGObject.
In Pygtk I managed to make some simple programs for my personal use and
I have to say I fell in love with its simplicity and beauty.

My first question has to do with PyGObject. What is?, and how to replace
Pygtk?


In Pygtk a simple code to create a window would be:

import gtk

window = gtk.Window()
window.show()
gtk.main()


This same code, how would in PyObject or no relationship?

My second question has to do with the shells of interface (Unity and
GNOME 3). Can I schedule for these managers Pygtk screen without
problems?.

Thanks in advance.

Regards.

Cristian


_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to