[python-win32] Running GUI apps from a python/IIS web application

Tim Roberts timr at probo.com
Thu Dec 2 21:02:40 CET 2010


Randy Syring wrote:
>
> Good to know, but you are correct that it doesn't solve the problem.  
> This program needs to work even when no users are logged into the 
> server, as that will be the case 99% of the time.

There is no easy solution for this.  There is no practical way to run a
GUI application when no one is logged in, without delving deep into
Windows magic.  You will need to modify (or patch) the application.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list