[issue18270] AttributeError: 'NoneType' object has no attribute 'interp'

Amaury Forgeot d'Arc report at bugs.python.org
Thu Jun 20 16:55:02 CEST 2013


Amaury Forgeot d'Arc added the comment:

PyShell.py, line 1541:
    if shell and cmd or script:
Does it need parentheses?
    if shell and (cmd or script):

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18270>
_______________________________________


More information about the Python-bugs-list mailing list