[issue34874] Python 3.6.3 command script wrapped in single quotes produces NameError: name 'A' is not defined

Tim McDonough report at bugs.python.org
Wed Oct 3 20:34:53 EDT 2018


Tim McDonough <tmcdonoughtx at gmail.com> added the comment:

Yes, there are wrapper scripts on my system.  My system was updated from 3.3 to 3.6.  The 3.3 and 3.6 wrappers are equivalent and similar to the python2.7 wrapper as shown:  

exec -a `dirname $realpath`/python2.7 `dirname $realpath`/python2.7.real "$@"
exec /usr/bin/scl enable python33 -- python "$@"
exec /usr/bin/scl enable rh-python36 -- python "$@"

This has to be something specific to the rh-python36 package or python36-scl that replaced python33 on my system.  Since Benjamin could not reproduce with 3.6.3 my bet that it is an in-house, self-inflicted problem.

Thank you.  I am closing this one as "not a bug" in python 3.6.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34874>
_______________________________________


More information about the Python-bugs-list mailing list