Re: [Tutor] Having an Issue

2009-03-13 Thread Kent Johnson
On Fri, Mar 13, 2009 at 8:43 PM, Jared White wrote: > I dunno how this works but hopefully someone can help me > > I am trying to build a program in Python but for someone i can not get what > i am trying to build WORK > > by email you guys is there a way i can get some help some pointer on the >

[Tutor] Having an Issue

2009-03-13 Thread Jared White
I dunno how this works but hopefully someone can help me I am trying to build a program in Python but for someone i can not get what i am trying to build WORK by email you guys is there a way i can get some help some pointer on the program i am trying to solve Thanks

Re: [Tutor] help

2009-03-13 Thread bob gailer
A hollow voice says PLUGH. Be sure your lantern is lit! -- Bob Gailer Chapel Hill NC 919-636-4239 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] help

2009-03-13 Thread Emile van Sebille
Sanhita Mallick wrote: help YOU ARE STANDING AT THE END OF A ROAD BEFORE A SMALL BRICK BUILDING . AROUND YOU IS A FOREST. A SMALL STREAM FLOWS OUT OF THE BUILDING AND DOWN A GULLY. Emile ___ Tutor maillist - Tutor@python.org http://mail.python

[Tutor] help

2009-03-13 Thread Sanhita Mallick
help --- On Sat, 3/14/09, tutor-requ...@python.org wrote: > From: tutor-requ...@python.org > Subject: Tutor Digest, Vol 61, Issue 50 > To: tutor@python.org > Date: Saturday, March 14, 2009, 5:18 AM > Send Tutor mailing list submissions to > tutor@python.org > > To subscribe or unsubscr

Re: [Tutor] best gui for the job?

2009-03-13 Thread W W
On Fri, Mar 13, 2009 at 1:18 PM, Lie Ryan wrote: > W W wrote: > > What do you mean "good enough resolution"? I suppose I really meant quality - the shapes I drew with PIL were severely aliased, but maybe I didn't do it right. -Wayne -- To be considered stupid and to be told so is more painful

Re: [Tutor] best gui for the job?

2009-03-13 Thread Lie Ryan
W W wrote: Hi, What is the best gui to implement a simple paint-esque program in? I already built a really simple one in Tkinter - but Tkinter lacks a save functionality. I considered using the PIL to draw in the background, but it didn't seem to have a good enough resolution. I thought about p

[Tutor] best gui for the job?

2009-03-13 Thread W W
Hi, What is the best gui to implement a simple paint-esque program in? I already built a really simple one in Tkinter - but Tkinter lacks a save functionality. I considered using the PIL to draw in the background, but it didn't seem to have a good enough resolution. I thought about pyGTK because

Re: [Tutor] update list of dictionaries based on key

2009-03-13 Thread ski
greg whittier wrote: On Fri, Mar 13, 2009 at 11:09 AM, ski wrote: Hello, Here is what I have so far: mylist = [{'index': 0, 'title': 'Association of British Travel Agents', 'selected': False, 'edit_row': '?edit_affiliation=0', 'affiliation': 'ABTA', 'affiliation_no': u'G3903'}, {'index': 1,

Re: [Tutor] update list of dictionaries based on key

2009-03-13 Thread greg whittier
On Fri, Mar 13, 2009 at 11:09 AM, ski wrote: > Hello, > Here is what I have so far: > mylist = [{'index': 0, 'title': 'Association of British Travel Agents', 'selected': False, 'edit_row': '?edit_affiliation=0', 'affiliation': 'ABTA', 'affiliation_no': u'G3903'}, {'index': 1,

[Tutor] update list of dictionaries based on key

2009-03-13 Thread ski
Hello, Here is what I have so far: >>> mylist = [{'index': 0, 'title': 'Association of British Travel Agents', 'selected': False, 'edit_row': '?edit_affiliation=0', 'affiliation': 'ABTA', 'affiliation_no': u'G3903'}, {'index': 1, 'title': 'Appointed Agents of IATA', 'selected': False, 'edit_ro