Cheers,
I am looking for a portable GUI package that I could use to write a
standalone client application for Windows. I looked at wxWindows first
but I found the pure C++ API a bit frightening I like Python so I was
relieved when I learned about wxPython. However, I am not sure that I can
use it in this case. My job is to write a (preferably small) application
that users can download and install quickly and easily. The application
will do some file up- and downloading from/to a central server. The
target OS will be Windows for now but other platforms might be supported
later. Users do not necessarily have Python installed.
My question:
Is wxPython the reight choice for the project? Is it possible to create
an install package that contains only the required dependencies (Python
interpreter + required Python modules and libraries + wxPython modules +
wxWindows libraries) so the user will not have to install Python? What do
you think the size of this 'minimal' package would be?
The client app should support different Windows versions,
(95/98/NT/2000/XP). Are there any wxPython (wxWindows) specific gotchas
regarding different Windows versions that one should be aware of before
embarking on the mission?
Do you know of any similar projects done in wxPython that I should take a
look at?
Any suggestions or comments are welcome.
Thanks for your help,
Josh Winter