Graphical User Interface application

greg Landrum greglandrum at earthlink.net
Tue May 23 10:48:41 EDT 2000


Jilani Khaldi wrote:
> 
> I wonder if it is possible to write graphical user interface applications
> using Python, like in VB? If yes, what do I need then?

You can indeed. Tkinter (using Tcl/Tk) is the standard:
http://www.python.org/topics/tkinter/
wxPython (http://www.wxpython.org) is the up and coming challenger;
if you want to stick to Windoze, you can use MFCthrough pythonwin
(http://www.python.org/windows/win32all/); and if you want to use VB 
to do it, you can just look at the book "Python Programming on Win32" 
by Mark Hammond and Andy Robinson (O'Reilly publishes it).

And that's only a partial listing. 

Hope this helps,
-greg

-- 

greg Landrum (greglandrum at earthlink.net)
Software Carpenter/Computational Chemist



More information about the Python-list mailing list