(original) (raw)
hello, I would like to put my wxpython application up on the web for our customers to use. I don't want them to download it because it's sort of a one time use application. they just need it to calculate a number they need to use our products.
Is it possible to just execute my wxpython application from our server? or do I need to write the application in some sort of web-python variation.
If customers can simply execute the application from the web, how do I learn about how to set this up - is it as simple as uploading the executable and creating a link?
thanks!
Jeff