I am considering several options for the user interface of the application.
I want this application to be multi-platform (Windows, Linux, OSX), so one of the options that I considered was to develop it as a web application, but run it on a local server to gain access to the administrator privileges (which are required ) simple, web interface for my program.
I want to develop in python for convenience reasons.
Is it recommended to use Pylons for this task, and if so, what is the best way to run it in this setting?
source share