How to run GUI Python script on Apache? -


i wrote program in c, , designed gui using python. want convert web app.

i have gui.py , abc.exe file.

can directly execute gui python script (gui.py) on 'apache2' local server? if yes, how?

it depends on how gui written, abc.exe , how want use web interface. in general, want not possible. while local applications there 1 user , clear, when user terminates program, web applications there can millions of users @ same time, , when application doesn't hear form user, not clear, if user closed window, or there network connection broken, or else. that's why web applications far possible stateless, or session information written databases. not case local applications, have rewrite large parts of c code.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -