I recently installed wxPython 2.8.12.1 on a Windows Vista (32-bit) platform and went through all of their demos to test the installation --- no errors occurred.
These were all run with Python 2.6.6 and these demos are great --- some very good work!
I am in the early stages of the design of a GUI layout (using wxPython) to play Sudoku in which the user can enter values for any of the 81 "cells" and then try to find its solution (I already have some Python code for the solution of Sudoku puzzles). I have looked at some web postings on Python based GUI's for Sudoku; but, would like to implement my own GUI design.
My questions:
1) Is wxPython the right tool for this?
2) If I manage to create the GUI with wxPython, can I transform it into a *.exe that will execute on almost any Win32 platform?
Please keep in mind this is will be my first attempt to write a wxPython GUI and perhaps this might be too difficult for my first wxPython GUI.
Any advice, tips, etc. would be welcomed.
Best regards...
I