|
From: Bryan M. <bmu...@gm...> - 2005-06-12 04:52:16
|
Hello, In between pain-pill induced naps I've had some fun learning PythonCard and how to make a rudimentary, cross-platform, python GUI app. It doesn't really do anything at the moment, except display some randomly generated scouts and varying subsets of said scouts. I like how it does that though, it's kind of iTunes inspired. I've checked it into the ctm cvs repository. You can either do a cvs update if you have a local checkout, or get the three files from the cvs web interface (though they haven't showed up there yet): http://cvs.sourceforge.net/viewcvs.py/ctm/ctm/src/ You need ctm_gui.py, ctm_gui.rsrc.py, and ctm_data.py. To run ctm_gui.py you also need to install Python, wxPython, and PythonCard.=20 Good instructions for all there can be found here: http://pythoncard.sourceforge.net/installation.html Don't worry, if we go this route in the long run, there is a way to make a single .exe installer file out of everything, so the less computer savvy windoze-using customers won't have to go through all the rigmarole. I even posted some screenshots: http://ctm.sourceforge.net/ Bryan |