Quote:
|
Wow, I've been looking for a way to make buttons (PyGTK doesn't work, or I don't know how to install it properly). Care to share how with Jython?
|
I've already explained what you need to install for pyGTK. As for Jython.. I wouldn't really recommend it (for the speed reason) and because you can't use any extensions written in C/C++, so you lose access to a lot of the nicer Python modules out there. As for creating the button anyway, just look at the "createButton" method in the tttwindow class I created in that source submission.
If you really want to create buttons and graphical user interfaces (text boxes, check boxes, etc) then I would recommend wxPython. It's a simple download and installation, with fairly decent documentation.