Re: Sudoko solver

2006-07-04 Thread Jon Ribbens
In article <[EMAIL PROTECTED]>, Rony Steelandt wrote: > Yes, this is on windows using winzip > It says the zip file is not a valid zipfile Works fine for me on Windows. Try deleting the file you downloaded, clearing your browser cache, and trying again. On the other hand, when you run it it immed

Re: Sudoko solver

2006-07-04 Thread Fredrik Lundh
Rony Steelandt wrote: > Yes, this is on windows using winzip > It says the zip file is not a valid zipfile make sure you save it to disk before opening it. -- http://mail.python.org/mailman/listinfo/python-list

Re: Sudoko solver

2006-07-04 Thread Rony Steelandt
"Sybren Stuvel" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Rony Steelandt enlightened us with: >> it looks like both zip files are corrupted (for windows platform)? > > Can you tell me more? So far I can only tell you that they work just > fine for me, and 'unzip -t

Re: Sudoko solver

2006-07-04 Thread Rony Steelandt
"Sybren Stuvel" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Rony Steelandt enlightened us with: >> I wonder if somebody had a Sudoko solver written in Python ? > > Check out http://www.stuvel.eu/sodoku - it is a Sudoku game with the > ability to solve & create new puz

Re: Sudoko solver

2006-07-04 Thread Rony Steelandt
"Sybren Stuvel" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Rony Steelandt enlightened us with: >> I wonder if somebody had a Sudoko solver written in Python ? > > Check out http://www.stuvel.eu/sodoku - it is a Sudoku game with the > ability to solve & create new puz

Re: Sudoko solver

2006-07-04 Thread Simon Forman
Rony Steelandt wrote: > Hi all, > > I wonder if somebody had a Sudoko solver written in Python ? > > Rony Dude, there's like a million of them. Try "Sudoko solver Python" in google. I wrote one myself based on Knuth's Dancing Links algorithm and using Tkinter for the gui. I'll send it to you or

Re: Sudoko solver

2006-07-04 Thread Ángel Gutiérrez Rodríguez
I have one myself (~400 records). it uses the simplest rules, and then trial and error, but it works so far. -- Ángel Gutiérrez Rodríguez - [EMAIL PROTECTED] Instituto de Ciencia de los Materiales de Madrid - CSIC SpLine - European Syncrothorn Radiation Facility - Grenoble - France Postal adress

Re: Sudoko solver

2006-07-04 Thread Fredrik Lundh
Rony Steelandt wrote: > I wonder if somebody had a Sudoko solver written in Python ? http://www.google.com/search?q=python+soduko returns some 15000 hits, including this little gem: http://norvig.com/sudoku.html -- http://mail.python.org/mailman/listinfo/python-list