[issue6886] cgi.py runs python, not python3

2010-11-29 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
resolution:  - duplicate
stage:  - committed/rejected
status: open - closed
superseder:  - make altinstall installs many files with incorrect shebangs

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6886
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6886] cgi.py runs python, not python3

2010-02-22 Thread Jack Diederich

Jack Diederich jackd...@gmail.com added the comment:

+0 I'm ambivalent.  The script uses a reasonable default and pyhton3 is a 
reasonable default for the 3k branch.  That said most people will have to edit 
the file anyway to use it: I had to chmod a+x the file and change the bang path 
to /usr/bin/python to get it to work on my machine.

--
nosy: +jackdied

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6886
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6886] cgi.py runs python, not python3

2009-09-11 Thread Mitchell Model

New submission from Mitchell Model m...@acm.org:

The file cgi.py in the lib directory is an executable beginning with the
line:

#! /usr/local/bin/python

Shouldn't that be python3?

--
components: Library (Lib)
messages: 92517
nosy: MLModel
severity: normal
status: open
title: cgi.py runs python, not python3
versions: Python 3.0, Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6886
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com