swisscheese wrote:
> I have a simple python desktop app with several edit controls and a
> couple of buttons. It just does some math. What's the simplest way to
> make it a server-side app so visitors to my site can run the app via
> their browser?

There will probably be a dozen answers, any of which might meet whatever 
subjective way you have of judging "simplicity", but here's one:

1. strip the GUI code off
2. wrap the remaining core with a simple CGI interface
2. make a web form in HTML that calls it

-Peter

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to