Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27153
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <andrea.crotti.0@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.017 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'method,': 0.07; 'python': 0.09; 'subject:script': 0.09; 'subject:using': 0.09; 'cc:addr :python-list': 0.10; 'django': 0.10; 'subject:python': 0.11; 'language': 0.14; 'backend': 0.15; 'python",': 0.16; 'written': 0.20; 'hey': 0.21; 'cc:2**0': 0.23; 'project,': 0.24; 'cc:no real name:2**0': 0.24; 'external': 0.24; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'post': 0.28; 'perl': 0.29; 'steven': 0.29; 'framework': 0.30; 'code': 0.31; 'html,': 0.33; 'front': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'received:209.85': 0.35; 'thank': 0.36; 'detail': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'page': 0.38; 'google': 0.39; 'header:Received:5': 0.40; 'end': 0.40; 'your': 0.60; 'easy': 0.60; 'finally': 0.66; 'absolutely': 0.84; '(hint:': 0.84; '"how': 0.91; 'response,': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sKpoXzr1H31ddrQn91eQhgwHWOM1iEU4Qg/jEo/WvyQ=; b=i+IgJXnKUWWkfOgG2I2E+jJ9q2WPYeSF9c54sVlAKLGf5PIv957RJnrXtoFEb49Vn7 +sU1zBLST7cmX64Ob/TMUs7H8neFuUJsQEcBj0Y91zBSg567A5JrUrR/wmlRU3atPguU MQH3tsuMGDY3gMzqlcGW9moBfT3qJGEizbPUqvSlsHfLYtDrrdoOjCPhUXaFXyCVlkrd /RoFB3d72bKd7G/RsOQMBtJRTxylAeoXxQxSHk6NUyKHfi6Pxjn3SdlOv1phBrTEXC+B 0MBtZbj7RENFWG5QNEhODk261YSpFzCO2T2BTK8MICOp4BJOuJc4X8GsBNvlIZrIQ4ax JLZg== |
| MIME-Version | 1.0 |
| In-Reply-To | <18ec5f51-ceca-4ecb-82b4-c472ea2faa22@googlegroups.com> |
| References | <1df80eca-4dc2-48c6-9804-77e993931244@googlegroups.com> <18ec5f51-ceca-4ecb-82b4-c472ea2faa22@googlegroups.com> |
| Date | Thu, 16 Aug 2012 12:00:59 +0100 |
| Subject | Re: how to call perl script from html using python |
| From | andrea crotti <andrea.crotti.0@gmail.com> |
| To | Pervez Mulla <mullapervez@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3354.1345114861.4697.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1345114861 news.xs4all.nl 6975 [2001:888:2000:d::a6]:41270 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:27153 |
Show key headers only | View raw
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