View Single Post
Old Jun 25th, 2005, 6:49 AM   #13
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
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.
Cerulean is offline   Reply With Quote