Re: Programming pointer? -- options to run Python3 from web page (not via Flask/cgi/Django)

2019-07-26 Thread deb
On 7/25/19 11:27 PM, Carl Fink wrote: On 7/25/19 11:23 PM, deb wrote: On 7/25/19 6:45 PM, Carl Fink wrote: Is there any specific reason you don't just use mod_python, to remove the overhead of a CGI script? Lack of knowledge only. If I can use mod_python to get that one script to

Re: Programming pointer? -- options to run Python3 from web page (not via Flask/cgi/Django)

2019-07-25 Thread Carl Fink
On 7/25/19 11:23 PM, deb wrote: On 7/25/19 6:45 PM, Carl Fink wrote: Is there any specific reason you don't just use mod_python, to remove the overhead of a CGI script? Lack of knowledge only. If I can use mod_python to get that one script to run, I'd be mighty happy. I could not find

Re: Programming pointer? -- options to run Python3 from web page (not via Flask/cgi/Django)

2019-07-25 Thread deb
On 7/25/19 6:45 PM, Carl Fink wrote: On 7/25/19 5:06 PM, Joel Roth wrote: On Wed, Jul 24, 2019 at 02:16:09PM -0400, deb wrote: I have a large static html/AJAX .js apache2 site. If I want to have a server-side script just to handle a contact and push mail out; is there a

Re: Programming pointer? -- options to run Python3 from web page (not via Flask/cgi/Django)

2019-07-25 Thread Carl Fink
On 7/25/19 5:06 PM, Joel Roth wrote: On Wed, Jul 24, 2019 at 02:16:09PM -0400, deb wrote: I have a large static html/AJAX .js apache2 site. If I want to have a server-side script just to handle a contact and push mail out; is there a non-(Django/cgi**/Flask) way to run a small Python3 script

Re: Programming pointer? -- options to run Python3 from web page (not via Flask/cgi/Django)

2019-07-25 Thread Joel Roth
On Wed, Jul 24, 2019 at 02:16:09PM -0400, deb wrote: > > I have a large static html/AJAX .js apache2 site. > > If I want to have a server-side script just to > handle a contact and push mail out; > is there a non-(Django/cgi**/Flask) way to > run a small Python3 script to do this? What not

Programming pointer? -- options to run Python3 from web page (not via Flask/cgi/Django)

2019-07-24 Thread deb
I have a large static html/AJAX .js apache2 site. If I want to have a server-side script just to handle a contact and push mail out; is there a non-(Django/cgi**/Flask) way to run a small Python3 script to do this? The python3 mail script already works standalone (tests out fine from CLI,