Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27153
| References | <1df80eca-4dc2-48c6-9804-77e993931244@googlegroups.com> <18ec5f51-ceca-4ecb-82b4-c472ea2faa22@googlegroups.com> |
|---|---|
| Date | 2012-08-16 12:00 +0100 |
| Subject | Re: how to call perl script from html using python |
| From | andrea crotti <andrea.crotti.0@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3354.1345114861.4697.python-list@python.org> (permalink) |
2012/8/16 Pervez Mulla <mullapervez@gmail.com>: > > Hey Steven , > > Thank you for your response, > > I will in detail now about my project, > > Actually the project entire backend in PERL language , Am using Django framework for my front end . > I have written code for signup page in python , which is working perfectly . > > In HTml when user submit POST method, it calling Python code ....Instead of this I wanna call perl script for sign up ...... > > below in form for sign up page in python .... Good that's finally an explanation, so the question you can ask google was "how do I call an external process from Python", which has absolutely nothing to with HTML, and is very easy to find out (hint: subprocess).
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
how to call perl script from html using python mullapervez@gmail.com - 2012-08-13 22:12 -0700
Re: how to call perl script from html using python Simon Cropper <simoncropper@fossworkflowguides.com> - 2012-08-14 15:22 +1000
Re: how to call perl script from html using python mullapervez@gmail.com - 2012-08-13 22:31 -0700
Re: how to call perl script from html using python Simon Cropper <simoncropper@fossworkflowguides.com> - 2012-08-14 15:44 +1000
Re: how to call perl script from html using python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-14 06:00 +0000
Re: how to call perl script from html using python Pervez Mulla <mullapervez@gmail.com> - 2012-08-13 23:21 -0700
Re: how to call perl script from html using python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-14 07:19 +0000
Re: how to call perl script from html using python Pervez Mulla <mullapervez@gmail.com> - 2012-08-16 00:23 -0700
Re: how to call perl script from html using python andrea crotti <andrea.crotti.0@gmail.com> - 2012-08-16 12:00 +0100
csiph-web