On 2010-10-20, Shawn Milochik <sh...@milochik.com> wrote:

> Write a small GUI in the easy-to-use and cross-platform wxPython
> module. All this GUI needs to do is allow them to input the
> arguments. The code can then import your stand-alone version of the
> script and execute its code, passing the arguments in.

> wxPython is just Python.

No, it's not.

You can't assume that any windows machine with Python installed also
has wxPython installed.  The only GUI kit that you can come close to
"assuming" is Tkinter.

-- 
Grant Edwards               grant.b.edwards        Yow! !!  I am having fun!!!
                                  at               
                              gmail.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to