Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68846

Re: python installation on windows

References <04f1a2d3-4d34-4871-a845-1301cda1c19c@googlegroups.com> <c7619a46-3c79-4eb8-9383-0fb720d6c8f5@googlegroups.com> <73a660da-9dd8-4104-ae9c-ba1788ae1d60@googlegroups.com> <lgo8p6$92p$1@speranza.aioe.org>
Date 2014-03-24 14:35 +1100
Subject Re: python installation on windows
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.8436.1395632129.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Mar 24, 2014 at 2:28 PM, Mark H Harris <harrismh777@gmail.com> wrote:
> Anyway, the PSF runs python (the interpreter) from a web server (I can
> access the python interpreter from my browser from the PSF site).
>
> How is that done simply, is possibly what the OP wants to know (me too).

That's a much MUCH harder thing to do than running Python code in your
web server, because of trust issues. I don't know how it's set up, but
there'll be something in there to protect the server against malicious
or accidental insanity (spinning with "while True: pass", trying to
read/write files, trying to execute commands, using up all of RAM with
"x = []\nwhile True: x.append(1)", etc, etc, etc). That's actually a
very hard problem to solve, not something where you can just say
"Here, this is how to run Python via a browser".

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python installation on windows rborole06@gmail.com - 2014-03-23 10:09 -0700
  Re: python installation on windows tad na <teddybubu@gmail.com> - 2014-03-23 10:33 -0700
    Re: python installation on windows tad na <teddybubu@gmail.com> - 2014-03-23 14:07 -0700
      Re: python installation on windows Mark H Harris <harrismh777@gmail.com> - 2014-03-23 22:28 -0500
        Re: python installation on windows Chris Angelico <rosuav@gmail.com> - 2014-03-24 14:35 +1100
          Re: python installation on windows rborole06@gmail.com - 2014-03-25 11:19 -0700
      Re: python installation on windows rborole06@gmail.com - 2014-03-25 11:18 -0700
  Re: python installation on windows "Rhodri James" <rhodri@wildebst.org.uk> - 2014-03-24 02:22 +0000
    Re: python installation on windows rborole06@gmail.com - 2014-03-25 11:16 -0700
      Re: python installation on windows rborole06@gmail.com - 2014-03-25 11:17 -0700
        Re: python installation on windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-25 19:00 +0000
        Re: python installation on windows "Rhodri James" <rhodri@wildebst.org.uk> - 2014-03-27 01:01 +0000

csiph-web