Wayne Watson wrote:
> So  here's my list of thing to do when I come back to it.

good plan, one comment:

> Determine if a better interpreter tool than IDLE would satisfy the end 
> users of the program I'm modifying. The hurdle is non-Python users who 
> just fire up IDLE and execute the program via F5.

This one is a no brainer -- IDLE is an Integrated Development 
Environment -- if you are not developing, you don't need it, t is NOT a 
tool to run simply run a python program. It's really not hard to run a 
python program.

Note that py2exe and friends might be the best solution -- these are 
tools that build a self-contained executable from a python program, so 
you end up with something to double click on, just like any other program.

I don't know about TkInter, but wxPython has an option where it will put 
up a message window to show the user standard output -- it sounds like 
you want the user to see messages, etc. Maybe TK has something similar.

Good luck,

-Chris




-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to