Python GUI/graphics package recommendation?

Cameron Laird claird at starbase.neosoft.com
Tue Sep 17 15:01:58 EDT 2002


In article <T6vg9.137$NS3.67606 at news.uswest.net>,
Kevin Altis <altis at semi-retired.com> wrote:
>I don't think it is very nice to make your aunt do your programming for you
><wink>, but she can see if the instructions below are easy enough to give
>PythonCard a try.
>
>http://pythoncard.sourceforge.net/installation.html
>
>There are some walkthroughs to help you along once you have everything up
>and running.
>
>ka
>
>"David Ehrens" <no.spam at any.time> wrote in message
>news:Xns9288738D9E9EEnospamanytime at 216.148.227.77...
>> I am using Python 2.2 on Win32 for an AI class and would like to
>> be able to display a graphical representation of an agent-based
>> game I am developing. I have seen a number of GUI and graphics
>> packages for Python, and would appreciate some recommendations
>> since I really don't have the time to install, learn, and try all
>> of them.
>>
>> My main criteria are: (1) my great aunt should be able to install
>> it and immediately use it; (2) it should work with Win32; (3) it
>> should do menus and graphics.
>>
>> If it happens to be the #1 tool of its kind, that would be nice
>> too.
			.
			.
			.
Start with Tkinter, I'd think; it's part of the standard
Python installation, and it certainly "do[es] menus and
graphics", for at least a couple of senses of that phrase.
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://phaseit.net/claird/home.html



More information about the Python-list mailing list