Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31730
| References | <s292881uflo25ulrqfem0qk3ob83pch60d@4ax.com> |
|---|---|
| Date | 2012-10-19 21:09 +1100 |
| Subject | Re: [2.5.1 + CGI] Which interpreter and files? |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2503.1350641403.27098.python-list@python.org> (permalink) |
On Fri, Oct 19, 2012 at 9:02 PM, Gilles <nospam@nospam.com> wrote: > 1. Mongoose must be told in the shebang file where to locate the > interpreter, but ActivePython 2.5.1 comes with fours files that look > like the interpreter (actually, two files, since the other two have > the same size so they are probably left overs): > ============================ > 01/05/2007 18:01 24.064 python.exe > 01/05/2007 18:01 24.064 python25.exe > 01/05/2007 18:01 24.576 pythonw.exe > 01/05/2007 18:01 24.576 pythonw25.exe > ============================ The ones with the -w tag are designed for Windows apps that are going to bring up a GUI and don't want a console. The python[w]25.exe ones will be in case you have multiple Pythons installed and want to explicitly call for version 2.5. You probably want python.exe, but python25.exe will work too. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[2.5.1 + CGI] Which interpreter and files? Gilles <nospam@nospam.com> - 2012-10-19 12:02 +0200
Re: [2.5.1 + CGI] Which interpreter and files? Chris Angelico <rosuav@gmail.com> - 2012-10-19 21:09 +1100
Re: [2.5.1 + CGI] Which interpreter and files? Gilles <nospam@nospam.com> - 2012-10-19 12:27 +0200
csiph-web