Pyhton Interpreter Startup time

Elbert Lev elbertlev at hotmail.com
Fri Aug 13 13:40:27 EDT 2004


Neil Benn <benn at cenix-bioscience.com> wrote in message news:<mailman.1556.1092304607.5135.python-list at python.org>...
> Hello,
> 
>           I'm looking at a small app which would need a very quick 
> startup time for the Python interpreter...

On Windows you would be better of running your application as a
service. In this case you do not care about startup time. It can
automatically look for files you need or could have gui interface
(f.e. tray icon with menu).



More information about the Python-list mailing list