Re: [Tutor] Crossword program

2006-05-10 Thread Bob Gailer
[EMAIL PROTECTED] wrote: > ok checking out crossword program how do i run this program Sorry but that is not enough information for us to act on. What "crossword program"? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tu

[Tutor] Crossword program

2006-05-10 Thread Smoove1162
ok checking out crossword program how do i run this program ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Crossword program

2005-01-12 Thread David Holland
"David Holland" <[EMAIL PROTECTED]>To: Sent: Sunday, January 09, 2005 9:44 PMSubject: [Tutor] Crossword program> I wrote a program to create crosswords in python.> It is not perfect but it works, is there any open> source place I can put this for it to be used by> anyone

Re: [Tutor] Crossword program

2005-01-09 Thread Alan Gauld
ideas for their own programs. But you might well get some suggestions on tidying it up a little first... Alan G. - Original Message - From: "David Holland" <[EMAIL PROTECTED]> To: Sent: Sunday, January 09, 2005 9:44 PM Subject: [Tutor] Crossword program > I wrote

[Tutor] Crossword program

2005-01-09 Thread David Holland
I wrote a program to create crosswords in python. It is not perfect but it works, is there any open source place I can put this for it to be used by anyone who wants it ? (Subject to the gpl licence). Here is the code in case anyone is interested. from Tkinter import * #Crossword program David Ho