Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7810
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dan.kluev@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.067 |
| X-Spam-Evidence | '*H*': 0.87; '*S*': 0.00; 'subject:Python': 0.06; 'am,': 0.14; 'wrote:': 0.14; 'received:74.125.82.44': 0.19; 'received:mail-ww0-f44.google.com': 0.19; 'header:In-Reply-To:1': 0.21; 'fri,': 0.23; 'script': 0.27; 'message-id:@mail.gmail.com': 0.28; 'to:addr:python-list': 0.33; '[1]': 0.34; 'daniel': 0.34; 'there': 0.35; '17,': 0.35; 'received:google.com': 0.37; 'url:python': 0.38; 'received:74.125.82': 0.38; 'received:74.125': 0.38; 'subject:from': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'best': 0.60; 'pyjamas': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=DjOLLmxZC4Lacm8AjE971xKPMv2eQikQTasrc/C9xKs=; b=s7IgU6mL+A9Gi9M84UhmYXXesuM2a033fxRx3uUJl2mdLL/642smm+s71TPh8jX3bC Zb5IxR7ukLjjlJcKsAqlRCHZZhGKNuuFf8fvsfbJSWniieAnlHhwBtJYgO0JZ2qRcwlo 1XFE3CiVyiYSTAlxBttRl5qEj9ZxogNROlGD0= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=U+gaLSp7fS/B10A90e0m2/taFGCjwDs8MYjJIHP16wfhWiEWmZFF7mKMsUjuvMYt+E TZWrqOLgKwQJxCtNSgdVFrYJ/042eKvz9sIZN9/SGCQ9ut5ODPVAOT/VFp8SP+nxUjAY XN6agJIqkAitgjRZjkHPwcSpibPnr6z08aBlc= |
| MIME-Version | 1.0 |
| In-Reply-To | <5346fc8e-9807-4752-bd3f-d4278e008379@y2g2000yqk.googlegroups.com> |
| References | <5346fc8e-9807-4752-bd3f-d4278e008379@y2g2000yqk.googlegroups.com> |
| Date | Fri, 17 Jun 2011 18:36:37 +1100 |
| Subject | Re: Run Python script from JS |
| From | Daniel Kluev <dan.kluev@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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.66.1308296200.1164.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1308296200 news.xs4all.nl 49176 [::ffff:82.94.164.166]:36099 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:7810 |
Show key headers only | View raw
On Fri, Jun 17, 2011 at 9:11 AM, Gnarlodious <gnarlodious@gmail.com> wrote: > Is there any way to call a Py script from Javascript in a webpage? You can use Pyjamas [1], Emscripten [2] or skulpt [3] for that. [1] http://pyjs.org/ [2] http://syntensity.com/static/python.html [3] http://www.skulpt.org/ -- With best regards, Daniel Kluev
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Run Python script from JS Gnarlodious <gnarlodious@gmail.com> - 2011-06-16 15:11 -0700
Re: Run Python script from JS Chris Rebert <clp2@rebertia.com> - 2011-06-16 16:55 -0700
Re: Run Python script from JS Tim Roberts <timr@probo.com> - 2011-06-16 23:53 -0700
Re: Run Python script from JS Tim Roberts <timr@probo.com> - 2011-06-17 10:07 -0700
Re: Run Python script from JS Daniel Kluev <dan.kluev@gmail.com> - 2011-06-17 18:36 +1100
csiph-web